#9EA2ED

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

Shades of Perano #9EA2ED

Tints of Perano #9EA2ED

Color information

#9EA2ED (or 0x9EA2ED) is unknown color: approx Perano. HEX triplet: 9E, A2 and ED. RGB value is (158,162,237). Sum of RGB (Red+Green+Blue) = 158+162+237=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EA2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA2ED is #615D12. Grayscale: #A9A9A9. Windows color (decimal): -6380819 or 15573662. OLE color: 15573662.

HSL color Cylindrical-coordinate representation of color #9EA2ED: hue angle of 236.96º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EA2ED is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158162237-
CMYK0.330.3200.07
HSL236.96º68.7%77.45%-
HSV(B)236.96º33.33%92.94%-
XYZ42.3139.2285.46-
YUV169.35166.17119.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.37%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=28.37%
G=29.08%
B=42.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581622370.330.3200.07236.9668.777.45
Hex9EA2ED212007ed454d
Octal236242355414007355105115
Binary10011110101000101110110110000110000001111110110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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