#8A7DF0

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

Shades of Light Slate Blue #8A7DF0

Tints of Light Slate Blue #8A7DF0

Color information

#8A7DF0 (or 0x8A7DF0) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 7D and F0. RGB value is (138,125,240). Sum of RGB (Red+Green+Blue) = 138+125+240=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #8A7DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7DF0 is #75820F. Grayscale: #8D8D8D. Windows color (decimal): -7701008 or 15760778. OLE color: 15760778.

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

Color convert

RGB138125240-
CMYK0.420.4800.06
HSL246.78º79.31%71.57%-
HSV(B)246.78º47.92%94.12%-
XYZ33.5426.3685.76-
YUV142183.31125.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 240 (94.14% from 255) = 47.71%
R=27.44%
G=24.85%
B=47.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1381252400.420.4800.06246.7879.3171.57
Hex8A7DF02A3006f74f48
Octal212175360526006367117110
Binary1000101011111011111000010101011000001101111011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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