#9C9ACD

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

Shades of Blue Bell #9C9ACD

Tints of Blue Bell #9C9ACD

Color information

#9C9ACD (or 0x9C9ACD) is unknown color: approx Blue Bell. HEX triplet: 9C, 9A and CD. RGB value is (156,154,205). Sum of RGB (Red+Green+Blue) = 156+154+205=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ACD is #636532. Grayscale: #A0A0A0. Windows color (decimal): -6513971 or 13474460. OLE color: 13474460.

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

Color convert

RGB156154205-
CMYK0.240.2500.20
HSL242.35º33.77%70.39%-
HSV(B)242.35º24.88%80.39%-
XYZ36.2934.5962.52-
YUV160.41153.16124.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=30.29%
G=29.90%
B=39.81%

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
Decimal1561542050.240.2500.20242.3533.7770.39
Hex9C9ACD1819014f22246
Octal234232315303102436242106
Binary1001110010011010110011011100011001010100111100101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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