#9C9DCC

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

Shades of Blue Bell #9C9DCC

Tints of Blue Bell #9C9DCC

Color information

#9C9DCC (or 0x9C9DCC) is unknown color: approx Blue Bell. HEX triplet: 9C, 9D and CC. RGB value is (156,157,204). Sum of RGB (Red+Green+Blue) = 156+157+204=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DCC is #636233. Grayscale: #A1A1A1. Windows color (decimal): -6513204 or 13409692. OLE color: 13409692.

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

Color convert

RGB156157204-
CMYK0.240.2300.2
HSL238.75º32%70.59%-
HSV(B)238.75º23.53%80%-
XYZ36.6735.5462.05-
YUV162.06151.67123.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=30.17%
G=30.37%
B=39.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561572040.240.2300.2238.753270.59
Hex9C9DCC1817014ef2047
Octal234235314302702435740107
Binary1001110010011101110011001100010111010100111011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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