#9C9CCB

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

Shades of Blue Bell #9C9CCB

Tints of Blue Bell #9C9CCB

Color information

#9C9CCB (or 0x9C9CCB) is unknown color: approx Blue Bell. HEX triplet: 9C, 9C and CB. RGB value is (156,156,203). Sum of RGB (Red+Green+Blue) = 156+156+203=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CCB is #636334. Grayscale: #A1A1A1. Windows color (decimal): -6513461 or 13343900. OLE color: 13343900.

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

Color convert

RGB156156203-
CMYK0.230.2300.20
HSL240º31.13%70.39%-
HSV(B)240º23.15%79.61%-
XYZ36.3835.1661.37-
YUV161.36151.5124.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=30.29%
G=30.29%
B=39.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561562030.230.2300.2024031.1370.39
Hex9C9CCB1717014f01f46
Octal234234313272702436037106
Binary100111001001110011001011101111011101010011110000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,156,203); }

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

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

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

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

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

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

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