#9C9CCD

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

Shades of Blue Bell #9C9CCD

Tints of Blue Bell #9C9CCD

Color information

#9C9CCD (or 0x9C9CCD) is unknown color: approx Blue Bell. HEX triplet: 9C, 9C and CD. RGB value is (156,156,205). Sum of RGB (Red+Green+Blue) = 156+156+205=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CCD is #636332. Grayscale: #A1A1A1. Windows color (decimal): -6513459 or 13474972. OLE color: 13474972.

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

Color convert

RGB156156205-
CMYK0.240.2400.20
HSL240º32.89%70.78%-
HSV(B)240º23.9%80.39%-
XYZ36.6235.2562.63-
YUV161.59152.5124.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=30.17%
G=30.17%
B=39.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561562050.240.2400.2024032.8970.78
Hex9C9CCD1818014f02147
Octal234234315303002436041107
Binary1001110010011100110011011100011000010100111100001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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