#8A7CED

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

Shades of Light Slate Blue #8A7CED

Tints of Light Slate Blue #8A7CED

Color information

#8A7CED (or 0x8A7CED) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 7C and ED. RGB value is (138,124,237). Sum of RGB (Red+Green+Blue) = 138+124+237=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A7CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7CED is #758312. Grayscale: #8C8C8C. Windows color (decimal): -7701267 or 15563914. OLE color: 15563914.

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

Color convert

RGB138124237-
CMYK0.420.4800.07
HSL247.43º75.84%70.78%-
HSV(B)247.43º47.68%92.94%-
XYZ32.9725.9383.39-
YUV141.07182.14125.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.66%
GREEN value IS 124 (48.83% from 255) = 24.85%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=27.66%
G=24.85%
B=47.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381242370.420.4800.07247.4375.8470.78
Hex8A7CED2A3007f74c47
Octal212174355526007367114107
Binary1000101011111001110110110101011000001111111011110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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