#9EA8FF

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

Shades of Perano #9EA8FF

Tints of Perano #9EA8FF

Color information

#9EA8FF (or 0x9EA8FF) is unknown color: approx Perano. HEX triplet: 9E, A8 and FF. RGB value is (158,168,255). Sum of RGB (Red+Green+Blue) = 158+168+255=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA8FF is #615700. Grayscale: #AEAEAE. Windows color (decimal): -6379265 or 16754846. OLE color: 16754846.

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

Color convert

RGB158168255-
CMYK0.380.3400
HSL233.81º100%80.98%-
HSV(B)233.81º38.04%100%-
XYZ46.1542.49100.38-
YUV174.93173.19115.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.19%
GREEN value IS 168 (66.02% from 255) = 28.92%
BLUE value IS 255 (100% from 255) = 43.89%
R=27.19%
G=28.92%
B=43.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581682550.380.3400233.8110080.98
Hex9EA8FF262200ea6451
Octal236250377464200352144121
Binary100111101010100011111111100110100010001110101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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