#9EA9F5

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

Shades of Perano #9EA9F5

Tints of Perano #9EA9F5

Color information

#9EA9F5 (or 0x9EA9F5) is unknown color: approx Perano. HEX triplet: 9E, A9 and F5. RGB value is (158,169,245). Sum of RGB (Red+Green+Blue) = 158+169+245=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 245 - color contains mainly: blue. Hex color #9EA9F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA9F5 is #61560A. Grayscale: #AEAEAE. Windows color (decimal): -6379019 or 16099742. OLE color: 16099742.

HSL color Cylindrical-coordinate representation of color #9EA9F5: hue angle of 232.41º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EA9F5 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158169245-
CMYK0.360.3100.04
HSL232.41º81.31%79.02%-
HSV(B)232.41º35.51%96.08%-
XYZ44.7742.2492.18-
YUV174.38167.86116.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.62%
GREEN value IS 169 (66.41% from 255) = 29.55%
BLUE value IS 245 (96.09% from 255) = 42.83%
R=27.62%
G=29.55%
B=42.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1581692450.360.3100.04232.4181.3179.02
Hex9EA9F5241F04e8514f
Octal236251365443704350121117
Binary1001111010101001111101011001001111101001110100010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,169,245); }

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

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

 a { background-color: rgb(158,169,245); }

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

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

 span { border-color: rgb(158,169,245); }

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