#8EACFF

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

Shades of Perano #8EACFF

Tints of Perano #8EACFF

Color information

#8EACFF (or 0x8EACFF) is unknown color: approx Perano. HEX triplet: 8E, AC and FF. RGB value is (142,172,255). Sum of RGB (Red+Green+Blue) = 142+172+255=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EACFF is #715300. Grayscale: #ACACAC. Windows color (decimal): -7426817 or 16755854. OLE color: 16755854.

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

Color convert

RGB142172255-
CMYK0.440.3300
HSL224.07º100%77.84%-
HSV(B)224.07º44.31%100%-
XYZ43.9642.48100.49-
YUV172.49174.56106.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.96%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 255 (100% from 255) = 44.82%
R=24.96%
G=30.23%
B=44.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421722550.440.3300224.0710077.84
Hex8EACFF2C2100e0644e
Octal216254377544100340144116
Binary100011101010110011111111101100100001001110000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,172,255); }

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

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

 a { background-color: rgb(142,172,255); }

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

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

 span { border-color: rgb(142,172,255); }

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