#9C9DCD

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

Shades of Blue Bell #9C9DCD

Tints of Blue Bell #9C9DCD

Color information

#9C9DCD (or 0x9C9DCD) is unknown color: approx Blue Bell. HEX triplet: 9C, 9D and CD. RGB value is (156,157,205). Sum of RGB (Red+Green+Blue) = 156+157+205=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DCD is #636232. Grayscale: #A1A1A1. Windows color (decimal): -6513203 or 13475228. OLE color: 13475228.

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

Color convert

RGB156157205-
CMYK0.240.2300.20
HSL238.78º32.89%70.78%-
HSV(B)238.78º23.9%80.39%-
XYZ36.7935.5962.69-
YUV162.17152.17123.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.12%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=30.12%
G=30.31%
B=39.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561572050.240.2300.20238.7832.8970.78
Hex9C9DCD1817014ef2147
Octal234235315302702435741107
Binary1001110010011101110011011100010111010100111011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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