#8A85F0

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

Shades of Light Slate Blue #8A85F0

Tints of Light Slate Blue #8A85F0

Color information

#8A85F0 (or 0x8A85F0) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 85 and F0. RGB value is (138,133,240). Sum of RGB (Red+Green+Blue) = 138+133+240=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #8A85F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A85F0 is #757A0F. Grayscale: #929292. Windows color (decimal): -7698960 or 15762826. OLE color: 15762826.

HSL color Cylindrical-coordinate representation of color #8A85F0: hue angle of 242.8º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A85F0 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB138133240-
CMYK0.420.4500.06
HSL242.8º78.1%73.14%-
HSV(B)242.8º44.58%94.12%-
XYZ34.628.4786.11-
YUV146.69180.66121.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.01%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=27.01%
G=26.03%
B=46.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1381332400.420.4500.06242.878.173.14
Hex8A85F02A2D06f34e49
Octal212205360525506363116111
Binary10001010100001011111000010101010110101101111001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A85F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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