#9EA2EF

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

Shades of Perano #9EA2EF

Tints of Perano #9EA2EF

Color information

#9EA2EF (or 0x9EA2EF) is unknown color: approx Perano. HEX triplet: 9E, A2 and EF. RGB value is (158,162,239). Sum of RGB (Red+Green+Blue) = 158+162+239=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EA2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA2EF is #615D10. Grayscale: #A9A9A9. Windows color (decimal): -6380817 or 15704734. OLE color: 15704734.

HSL color Cylindrical-coordinate representation of color #9EA2EF: hue angle of 237.04º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EA2EF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158162239-
CMYK0.340.3200.06
HSL237.04º71.68%77.84%-
HSV(B)237.04º33.89%93.73%-
XYZ42.639.3487.01-
YUV169.58167.17119.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.26%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 239 (93.75% from 255) = 42.75%
R=28.26%
G=28.98%
B=42.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581622390.340.3200.06237.0471.6877.84
Hex9EA2EF222006ed484e
Octal236242357424006355110116
Binary10011110101000101110111110001010000001101110110110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,162,239); }

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

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

 a { background-color: rgb(158,162,239); }

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

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

 span { border-color: rgb(158,162,239); }

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