#9EA6EB

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

Shades of Perano #9EA6EB

Tints of Perano #9EA6EB

Color information

#9EA6EB (or 0x9EA6EB) is unknown color: approx Perano. HEX triplet: 9E, A6 and EB. RGB value is (158,166,235). Sum of RGB (Red+Green+Blue) = 158+166+235=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EA6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA6EB is #615914. Grayscale: #ABABAB. Windows color (decimal): -6379797 or 15443614. OLE color: 15443614.

HSL color Cylindrical-coordinate representation of color #9EA6EB: hue angle of 233.77º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EA6EB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158166235-
CMYK0.330.2900.08
HSL233.77º65.81%77.06%-
HSV(B)233.77º32.77%92.16%-
XYZ42.7340.5484.17-
YUV171.47163.85118.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.26%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=28.26%
G=29.70%
B=42.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581662350.330.2900.08233.7765.8177.06
Hex9EA6EB211D08ea424d
Octal2362463534135010352102115
Binary10011110101001101110101110000111101010001110101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,166,235); }

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

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

 a { background-color: rgb(158,166,235); }

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

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

 span { border-color: rgb(158,166,235); }

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