#9EA9F1

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

Shades of Perano #9EA9F1

Tints of Perano #9EA9F1

Color information

#9EA9F1 (or 0x9EA9F1) is unknown color: approx Perano. HEX triplet: 9E, A9 and F1. RGB value is (158,169,241). Sum of RGB (Red+Green+Blue) = 158+169+241=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #9EA9F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA9F1 is #61560E. Grayscale: #ADADAD. Windows color (decimal): -6379023 or 15837598. OLE color: 15837598.

HSL color Cylindrical-coordinate representation of color #9EA9F1: hue angle of 232.05º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EA9F1 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158169241-
CMYK0.340.3000.05
HSL232.05º74.77%78.24%-
HSV(B)232.05º34.44%94.51%-
XYZ44.174289-
YUV173.92165.86116.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.82%
GREEN value IS 169 (66.41% from 255) = 29.75%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=27.82%
G=29.75%
B=42.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581692410.340.3000.05232.0574.7778.24
Hex9EA9F1221E05e84b4e
Octal236251361423605350113116
Binary1001111010101001111100011000101111001011110100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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