#9C9FCC

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

Shades of Blue Bell #9C9FCC

Tints of Blue Bell #9C9FCC

Color information

#9C9FCC (or 0x9C9FCC) is unknown color: approx Blue Bell. HEX triplet: 9C, 9F and CC. RGB value is (156,159,204). Sum of RGB (Red+Green+Blue) = 156+159+204=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FCC is #636033. Grayscale: #A3A3A3. Windows color (decimal): -6512692 or 13410204. OLE color: 13410204.

HSL color Cylindrical-coordinate representation of color #9C9FCC: hue angle of 236.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C9FCC is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB156159204-
CMYK0.240.2200.2
HSL236.25º32%70.59%-
HSV(B)236.25º23.53%80%-
XYZ37.0136.2262.17-
YUV163.23151.01122.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.06%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=30.06%
G=30.64%
B=39.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561592040.240.2200.2236.253270.59
Hex9C9FCC1816014ec2047
Octal234237314302602435440107
Binary1001110010011111110011001100010110010100111011001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,159,204); }

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

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

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

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

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

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

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