Html Css Color HEX #9C9EDE Blue Bell

📋 copy color: '#9C9EDE'

red 156 ◦ green 158 ◦ blue 222

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

Shades of Blue Bell #9C9EDE

Tints of Blue Bell #9C9EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 29.1%
G = 29.48%
B = 41.42%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C9EDE (or 0x9C9EDE) is known color: Blue Bell. HEX triplet: 9C, 9E and DE. RGB value is (156,158,222). Sum of RGB (Red+Green+Blue) = 156+158+222=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9EDE is #636121. Grayscale: #A4A4A4. Windows color (decimal): -6512930 or 14589596. OLE color: 14589596.

HSL color Cylindrical-coordinate representation of color #9C9EDE: hue angle of 238.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C9EDE is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 158 222 -
CMYK 0.30 0.29 0 0.13
HSL 238.18º 0.5% 0.74% -
HSV(B) 238.18º 0.3% 0.87% -
XYZ 39.12 36.8 74.15 -
YUV 164.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 156 158 222 0.30 0.29 0 0.13 238.18 0.5 0.74
Hex 9C 9E DE 1E 1D 0 D EE 32 4A
Octal 234 236 336 36 35 0 15 356 62 112
Binary 10011100 10011110 11011110 11110 11101 0 1101 11101110 110010 1001010

Color Harmonies of #9C9EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9EDE

Black with #9C9EDE

Text Example


Text Example

White with #9C9EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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