#8A85EC

Color #8A85EC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8A85EC

Tints of Light Slate Blue #8A85EC

Color information

#8A85EC (or 0x8A85EC) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 85 and EC. RGB value is (138,133,236). Sum of RGB (Red+Green+Blue) = 138+133+236=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A85EC is #757A13. Grayscale: #919191. Windows color (decimal): -7698964 or 15500682. OLE color: 15500682.

HSL color Cylindrical-coordinate representation of color #8A85EC: hue angle of 242.91º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A85EC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138133236-
CMYK0.420.4400.07
HSL242.91º73.05%72.35%-
HSV(B)242.91º43.64%92.55%-
XYZ34.0128.2383.01-
YUV146.24178.66122.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=27.22%
G=26.23%
B=46.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381332360.420.4400.07242.9173.0572.35
Hex8A85EC2A2C07f34948
Octal212205354525407363111110
Binary10001010100001011110110010101010110001111111001110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,133,236); }

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

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

 a { background-color: rgb(138,133,236); }

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

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

 span { border-color: rgb(138,133,236); }

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