#9EA3FE

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

Shades of Perano #9EA3FE

Tints of Perano #9EA3FE

Color information

#9EA3FE (or 0x9EA3FE) is unknown color: approx Perano. HEX triplet: 9E, A3 and FE. RGB value is (158,163,254). Sum of RGB (Red+Green+Blue) = 158+163+254=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EA3FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA3FE is #615C01. Grayscale: #ABABAB. Windows color (decimal): -6380546 or 16688030. OLE color: 16688030.

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

Color convert

RGB158163254-
CMYK0.380.3600.00
HSL236.88º97.96%80.78%-
HSV(B)236.88º37.8%99.61%-
XYZ45.0940.6299.23-
YUV171.88174.34118.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.48%
GREEN value IS 163 (64.06% from 255) = 28.35%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=27.48%
G=28.35%
B=44.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1581632540.380.3600.00236.8897.9680.78
Hex9EA3FE262400ed6251
Octal236243376464400355142121
Binary100111101010001111111110100110100100001110110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,163,254); }

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

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

 a { background-color: rgb(158,163,254); }

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

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

 span { border-color: rgb(158,163,254); }

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