Html Css Color HEX #9C9FCD Blue Bell

📋 copy color: '#9C9FCD'

red 156 ◦ green 159 ◦ blue 205

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

Shades of Blue Bell #9C9FCD

Tints of Blue Bell #9C9FCD

RGB

 RED value IS 156 (61.33% from 255) = 30%

 GREEN value IS 159 (62.5% from 255) = 30.58%

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 30%
G = 30.58%
B = 39.42%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C9FCD (or 0x9C9FCD) is known color: Blue Bell. HEX triplet: 9C, 9F and CD. RGB value is (156,159,205). Sum of RGB (Red+Green+Blue) = 156+159+205=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FCD is #636032. Grayscale: #A3A3A3. Windows color (decimal): -6512691 or 13475740. OLE color: 13475740.

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

Color convert

RGB 156 159 205 -
CMYK 0.24 0.22 0 0.20
HSL 236.33º 0.33% 0.71% -
HSV(B) 236.33º 0.24% 0.8% -
XYZ 37.13 36.27 62.8 -
YUV 163.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 156 159 205 0.24 0.22 0 0.20 236.33 0.33 0.71
Hex 9C 9F CD 18 16 0 14 EC 21 47
Octal 234 237 315 30 26 0 24 354 41 107
Binary 10011100 10011111 11001101 11000 10110 0 10100 11101100 100001 1000111

Color Harmonies of #9C9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9FCD

Black with #9C9FCD

Text Example


Text Example

White with #9C9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C9FCD;
 }
 .AnyTagClassName
 {
   color: #9C9FCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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