Html Css Color HEX #9C9FCB Blue Bell

📋 copy color: '#9C9FCB'

red 156 ◦ green 159 ◦ blue 203

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

Shades of Blue Bell #9C9FCB

Tints of Blue Bell #9C9FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 30.12%
G = 30.69%
B = 39.19%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C9FCB (or 0x9C9FCB) is known color: Blue Bell. HEX triplet: 9C, 9F and CB. RGB value is (156,159,203). Sum of RGB (Red+Green+Blue) = 156+159+203=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FCB is #636034. Grayscale: #A2A2A2. Windows color (decimal): -6512693 or 13344668. OLE color: 13344668.

HSL color Cylindrical-coordinate representation of color #9C9FCB: hue angle of 236.17º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C9FCB is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 159 203 -
CMYK 0.23 0.22 0 0.20
HSL 236.17º 0.31% 0.7% -
HSV(B) 236.17º 0.23% 0.8% -
XYZ 36.89 36.18 61.54 -
YUV 163.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 156 159 203 0.23 0.22 0 0.20 236.17 0.31 0.7
Hex 9C 9F CB 17 16 0 14 EC 1F 46
Octal 234 237 313 27 26 0 24 354 37 106
Binary 10011100 10011111 11001011 10111 10110 0 10100 11101100 11111 1000110

Color Harmonies of #9C9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9FCB

Black with #9C9FCB

Text Example


Text Example

White with #9C9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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