Html Css Color HEX #9C9CCD Blue Bell

📋 copy color: '#9C9CCD'

red 156 ◦ green 156 ◦ blue 205

#9C9CCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9C9CCD

Tints of Blue Bell #9C9CCD

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 value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C9CCD (or 0x9C9CCD) is known color: 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

RGB 156 156 205 -
CMYK 0.24 0.24 0 0.20
HSL 240º 0.33% 0.71% -
HSV(B) 240º 0.24% 0.8% -
XYZ 36.62 35.25 62.63 -
YUV 161.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 156 156 205 0.24 0.24 0 0.20 240 0.33 0.71
Hex 9C 9C CD 18 18 0 14 F0 21 47
Octal 234 234 315 30 30 0 24 360 41 107
Binary 10011100 10011100 11001101 11000 11000 0 10100 11110000 100001 1000111

Color Harmonies of #9C9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9CCD

Black with #9C9CCD

Text Example


Text Example

White with #9C9CCD

Text Example


Text Example

HTML Codes & Css Web 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>