Html Css Color HEX #9EA1DC Blue Bell

📋 copy color: '#9EA1DC'

red 158 ◦ green 161 ◦ blue 220

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

Shades of Blue Bell #9EA1DC

Tints of Blue Bell #9EA1DC

RGB

 RED value IS 158 (62.11% from 255) = 29.31%

 GREEN value IS 161 (63.28% from 255) = 29.87%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 29.31%
G = 29.87%
B = 40.82%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EA1DC (or 0x9EA1DC) is known color: Blue Bell. HEX triplet: 9E, A1 and DC. RGB value is (158,161,220). Sum of RGB (Red+Green+Blue) = 158+161+220=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EA1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1DC is #615E23. Grayscale: #A6A6A6. Windows color (decimal): -6381092 or 14459294. OLE color: 14459294.

HSL color Cylindrical-coordinate representation of color #9EA1DC: hue angle of 237.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EA1DC is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 161 220 -
CMYK 0.28 0.27 0 0.14
HSL 237.1º 0.47% 0.74% -
HSV(B) 237.1º 0.28% 0.86% -
XYZ 39.76 37.93 72.93 -
YUV 166.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 158 161 220 0.28 0.27 0 0.14 237.1 0.47 0.74
Hex 9E A1 DC 1C 1B 0 E ED 2F 4A
Octal 236 241 334 34 33 0 16 355 57 112
Binary 10011110 10100001 11011100 11100 11011 0 1110 11101101 101111 1001010

Color Harmonies of #9EA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA1DC

Black with #9EA1DC

Text Example


Text Example

White with #9EA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,161,220); }

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

background-color css

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

 a { background-color: rgb(158,161,220); }

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

border-color css

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

 span { border-color: rgb(158,161,220); }

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