#9EA4D9

Color #9EA4D9 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9EA4D9

Tints of Blue Bell #9EA4D9

Color information

#9EA4D9 (or 0x9EA4D9) is unknown color: approx Blue Bell. HEX triplet: 9E, A4 and D9. RGB value is (158,164,217). Sum of RGB (Red+Green+Blue) = 158+164+217=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #9EA4D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA4D9 is #615B26. Grayscale: #A8A8A8. Windows color (decimal): -6380327 or 14263454. OLE color: 14263454.

HSL color Cylindrical-coordinate representation of color #9EA4D9: hue angle of 233.9º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EA4D9 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158164217-
CMYK0.270.2400.15
HSL233.9º43.7%73.53%-
HSV(B)233.9º27.19%85.1%-
XYZ39.938.8371.04-
YUV168.25155.51120.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.31%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=29.31%
G=30.43%
B=40.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581642170.270.2400.15233.943.773.53
Hex9EA4D91B180Fea2c4a
Octal236244331333001735254112
Binary100111101010010011011001110111100001111111010101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA4D9;
 }
 .AnyTagClassName
 {
   color: #9EA4D9;
 }
</style>
background-color css

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

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

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

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

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

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