#8EA9FD

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

Shades of Perano #8EA9FD

Tints of Perano #8EA9FD

Color information

#8EA9FD (or 0x8EA9FD) is unknown color: approx Perano. HEX triplet: 8E, A9 and FD. RGB value is (142,169,253). Sum of RGB (Red+Green+Blue) = 142+169+253=564 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.18% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EA9FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA9FD is #715602. Grayscale: #AAAAAA. Windows color (decimal): -7427587 or 16624014. OLE color: 16624014.

HSL color Cylindrical-coordinate representation of color #8EA9FD: hue angle of 225.41º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EA9FD is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142169253-
CMYK0.440.3300.01
HSL225.41º96.52%77.45%-
HSV(B)225.41º43.87%99.22%-
XYZ43.0741.2298.61-
YUV170.5174.55107.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.18%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=25.18%
G=29.96%
B=44.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421692530.440.3300.01225.4196.5277.45
Hex8EA9FD2C2101e1614d
Octal216251375544101341141115
Binary100011101010100111111101101100100001011110000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA9FD; }

 p { color: rgb(142,169,253); }

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

<style>
 a { background-color: #8EA9FD; }

 a { background-color: rgb(142,169,253); }

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

<style>
 span { border-color: #8EA9FD; }

 span { border-color: rgb(142,169,253); }

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