#8a7aed

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

Shades of Light Slate Blue #8A7AED

Tints of Light Slate Blue #8A7AED

Color information

#8A7AED (or 0x8A7AED) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 7A and ED. RGB value is (138,122,237). Sum of RGB (Red+Green+Blue) = 138+122+237=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A7AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7AED is #758512. Grayscale: #8B8B8B. Windows color (decimal): -7701779 or 15563402. OLE color: 15563402.

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

Color convert

RGB138122237-
CMYK0.420.4900.07
HSL248.35º76.16%70.39%-
HSV(B)248.35º48.52%92.94%-
XYZ32.7325.4483.31-
YUV139.89182.8126.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.77%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 237 (92.97% from 255) = 47.69%
R=27.77%
G=24.55%
B=47.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381222370.420.4900.07248.3576.1670.39
Hex8A7AED2A3107f84c46
Octal212172355526107370114106
Binary1000101011110101110110110101011000101111111100010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a7aed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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