Html Css Color HEX #9C9EC9 Blue Bell

📋 copy color: '#9C9EC9'

red 156 ◦ green 158 ◦ blue 201

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

Shades of Blue Bell #9C9EC9

Tints of Blue Bell #9C9EC9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.68%

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 30.29%
G = 30.68%
B = 39.03%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C9EC9 (or 0x9C9EC9) is known color: Blue Bell. HEX triplet: 9C, 9E and C9. RGB value is (156,158,201). Sum of RGB (Red+Green+Blue) = 156+158+201=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #9C9EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9EC9 is #636136. Grayscale: #A2A2A2. Windows color (decimal): -6512951 or 13213340. OLE color: 13213340.

HSL color Cylindrical-coordinate representation of color #9C9EC9: hue angle of 237.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C9EC9 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 158 201 -
CMYK 0.22 0.21 0 0.21
HSL 237.33º 0.29% 0.7% -
HSV(B) 237.33º 0.22% 0.79% -
XYZ 36.48 35.74 60.23 -
YUV 162.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 156 158 201 0.22 0.21 0 0.21 237.33 0.29 0.7
Hex 9C 9E C9 16 15 0 15 ED 1D 46
Octal 234 236 311 26 25 0 25 355 35 106
Binary 10011100 10011110 11001001 10110 10101 0 10101 11101101 11101 1000110

Color Harmonies of #9C9EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9EC9

Black with #9C9EC9

Text Example


Text Example

White with #9C9EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,158,201); }

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

background-color css

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

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

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

border-color css

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

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

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