#9EA6FF

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

Shades of Perano #9EA6FF

Tints of Perano #9EA6FF

Color information

#9EA6FF (or 0x9EA6FF) is unknown color: approx Perano. HEX triplet: 9E, A6 and FF. RGB value is (158,166,255). Sum of RGB (Red+Green+Blue) = 158+166+255=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EA6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA6FF is #615900. Grayscale: #ADADAD. Windows color (decimal): -6379777 or 16754334. OLE color: 16754334.

HSL color Cylindrical-coordinate representation of color #9EA6FF: hue angle of 235.05º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EA6FF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB158166255-
CMYK0.380.3500
HSL235.05º100%80.98%-
HSV(B)235.05º38.04%100%-
XYZ45.7941.76100.26-
YUV173.75173.85116.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.29%
GREEN value IS 166 (65.23% from 255) = 28.67%
BLUE value IS 255 (100% from 255) = 44.04%
R=27.29%
G=28.67%
B=44.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581662550.380.3500235.0510080.98
Hex9EA6FF262300eb6451
Octal236246377464300353144121
Binary100111101010011011111111100110100011001110101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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