Html Css Color HEX #9EA4DB Blue Bell

📋 copy color: '#9EA4DB'

red 158 ◦ green 164 ◦ blue 219

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

Shades of Blue Bell #9EA4DB

Tints of Blue Bell #9EA4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.31%

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 29.21%
G = 30.31%
B = 40.48%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EA4DB (or 0x9EA4DB) is known color: Blue Bell. HEX triplet: 9E, A4 and DB. RGB value is (158,164,219). Sum of RGB (Red+Green+Blue) = 158+164+219=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA4DB is #615B24. Grayscale: #A8A8A8. Windows color (decimal): -6380325 or 14394526. OLE color: 14394526.

HSL color Cylindrical-coordinate representation of color #9EA4DB: hue angle of 234.1º degrees, saturation: 0.46, 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 #9EA4DB is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 164 219 -
CMYK 0.28 0.25 0 0.14
HSL 234.1º 0.46% 0.74% -
HSV(B) 234.1º 0.28% 0.86% -
XYZ 40.16 38.93 72.42 -
YUV 168.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 158 164 219 0.28 0.25 0 0.14 234.1 0.46 0.74
Hex 9E A4 DB 1C 19 0 E EA 2E 4A
Octal 236 244 333 34 31 0 16 352 56 112
Binary 10011110 10100100 11011011 11100 11001 0 1110 11101010 101110 1001010

Color Harmonies of #9EA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA4DB

Black with #9EA4DB

Text Example


Text Example

White with #9EA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,164,219); }

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

background-color css

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

 a { background-color: rgb(158,164,219); }

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

border-color css

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

 span { border-color: rgb(158,164,219); }

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