#9E9FD9

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

Shades of Blue Bell #9E9FD9

Tints of Blue Bell #9E9FD9

Color information

#9E9FD9 (or 0x9E9FD9) is unknown color: approx Blue Bell. HEX triplet: 9E, 9F and D9. RGB value is (158,159,217). Sum of RGB (Red+Green+Blue) = 158+159+217=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E9FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FD9 is #616026. Grayscale: #A5A5A5. Windows color (decimal): -6381607 or 14262174. OLE color: 14262174.

HSL color Cylindrical-coordinate representation of color #9E9FD9: hue angle of 238.98º 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 #9E9FD9 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158159217-
CMYK0.270.2700.15
HSL238.98º43.7%73.53%-
HSV(B)238.98º27.19%85.1%-
XYZ39.0237.0870.75-
YUV165.31157.17122.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 217 (85.16% from 255) = 40.64%
R=29.59%
G=29.78%
B=40.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581592170.270.2700.15238.9843.773.53
Hex9E9FD91B1B0Fef2c4a
Octal236237331333301735754112
Binary100111101001111111011001110111101101111111011111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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