#8A7CF9

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

Shades of Light Slate Blue #8A7CF9

Tints of Light Slate Blue #8A7CF9

Color information

#8A7CF9 (or 0x8A7CF9) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 7C and F9. RGB value is (138,124,249). Sum of RGB (Red+Green+Blue) = 138+124+249=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #8A7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7CF9 is #758306. Grayscale: #8D8D8D. Windows color (decimal): -7701255 or 16350346. OLE color: 16350346.

HSL color Cylindrical-coordinate representation of color #8A7CF9: hue angle of 246.72º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A7CF9 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138124249-
CMYK0.450.5000.02
HSL246.72º91.24%73.14%-
HSV(B)246.72º50.2%97.65%-
XYZ34.7926.6692.93-
YUV142.44188.14124.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.01%
GREEN value IS 124 (48.83% from 255) = 24.27%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=27.01%
G=24.27%
B=48.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381242490.450.5000.02246.7291.2473.14
Hex8A7CF92D3202f75b49
Octal212174371556202367133111
Binary100010101111100111110011011011100100101111011110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,124,249); }

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

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

 a { background-color: rgb(138,124,249); }

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

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

 span { border-color: rgb(138,124,249); }

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