#9C99CD

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

Shades of Blue Bell #9C99CD

Tints of Blue Bell #9C99CD

Color information

#9C99CD (or 0x9C99CD) is unknown color: approx Blue Bell. HEX triplet: 9C, 99 and CD. RGB value is (156,153,205). Sum of RGB (Red+Green+Blue) = 156+153+205=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C99CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99CD is #636632. Grayscale: #9F9F9F. Windows color (decimal): -6514227 or 13474204. OLE color: 13474204.

HSL color Cylindrical-coordinate representation of color #9C99CD: hue angle of 243.46º 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 #9C99CD is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156153205-
CMYK0.240.2500.20
HSL243.46º34.21%70.2%-
HSV(B)243.46º25.37%80.39%-
XYZ36.1234.2662.47-
YUV159.82153.49125.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.35%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=30.35%
G=29.77%
B=39.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561532050.240.2500.20243.4634.2170.2
Hex9C99CD1819014f32246
Octal234231315303102436342106
Binary1001110010011001110011011100011001010100111100111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C99CD; }

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

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

<style>
 a { background-color: #9C99CD; }

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

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

<style>
 span { border-color: #9C99CD; }

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

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