#9EA7EB

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

Shades of Perano #9EA7EB

Tints of Perano #9EA7EB

Color information

#9EA7EB (or 0x9EA7EB) is unknown color: approx Perano. HEX triplet: 9E, A7 and EB. RGB value is (158,167,235). Sum of RGB (Red+Green+Blue) = 158+167+235=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EA7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA7EB is #615814. Grayscale: #ABABAB. Windows color (decimal): -6379541 or 15443870. OLE color: 15443870.

HSL color Cylindrical-coordinate representation of color #9EA7EB: hue angle of 232.99º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EA7EB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158167235-
CMYK0.330.2900.08
HSL232.99º65.81%77.06%-
HSV(B)232.99º32.77%92.16%-
XYZ42.9140.984.23-
YUV172.06163.52117.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.21%
GREEN value IS 167 (65.62% from 255) = 29.82%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=28.21%
G=29.82%
B=41.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581672350.330.2900.08232.9965.8177.06
Hex9EA7EB211D08e9424d
Octal2362473534135010351102115
Binary10011110101001111110101110000111101010001110100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,167,235); }

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

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

 a { background-color: rgb(158,167,235); }

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

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

 span { border-color: rgb(158,167,235); }

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