#9999CD

Color #9999CD Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9999CD

Tints of Blue Bell #9999CD

Color information

#9999CD (or 0x9999CD) is unknown color: approx Blue Bell. HEX triplet: 99, 99 and CD. RGB value is (153,153,205). Sum of RGB (Red+Green+Blue) = 153+153+205=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #9999CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999CD is #666632. Grayscale: #9E9E9E. Windows color (decimal): -6710835 or 13474201. OLE color: 13474201.

HSL color Cylindrical-coordinate representation of color #9999CD: hue angle of 240º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9999CD is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153153205-
CMYK0.250.2500.20
HSL240º34.21%70.2%-
HSV(B)240º25.37%80.39%-
XYZ35.5533.9662.44-
YUV158.93154123.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=29.94%
G=29.94%
B=40.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531532050.250.2500.2024034.2170.2
Hex9999CD1919014f02246
Octal231231315313102436042106
Binary1001100110011001110011011100111001010100111100001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9999CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9999CD; }

 p { color: rgb(153,153,205); }

 H1.HeaderClassName
 {
   color: #9999CD;
 }
 .AnyTagClassName
 {
   color: #9999CD;
 }
</style>
background-color css

<style>
 a { background-color: #9999CD; }

 a { background-color: rgb(153,153,205); }

 div.DivClassName
 {
   background-color: #9999CD;
 }
 .BgClassName
 {
   background-color: #9999CD;
 }
</style>
border-color css

<style>
 span { border-color: #9999CD; }

 span { border-color: rgb(153,153,205); }

 td.TdClassName
 {
   border-color: #9999CD;
 }
 .TagClassName
 {
   border-color: #9999CD;
 }
</style>