#8A7BEE

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

Shades of Light Slate Blue #8A7BEE

Tints of Light Slate Blue #8A7BEE

Color information

#8A7BEE (or 0x8A7BEE) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 7B and EE. RGB value is (138,123,238). Sum of RGB (Red+Green+Blue) = 138+123+238=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A7BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7BEE is #758411. Grayscale: #8C8C8C. Windows color (decimal): -7701522 or 15629194. OLE color: 15629194.

HSL color Cylindrical-coordinate representation of color #8A7BEE: hue angle of 247.83º degrees, saturation: 0.77, 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 #8A7BEE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138123238-
CMYK0.420.4800.07
HSL247.83º77.18%70.78%-
HSV(B)247.83º48.32%93.33%-
XYZ3325.7484.12-
YUV140.6182.97126.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.66%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 238 (93.36% from 255) = 47.70%
R=27.66%
G=24.65%
B=47.70%

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
Decimal1381232380.420.4800.07247.8377.1870.78
Hex8A7BEE2A3007f84d47
Octal212173356526007370115107
Binary1000101011110111110111010101011000001111111100010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,123,238); }

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

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

 a { background-color: rgb(138,123,238); }

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

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

 span { border-color: rgb(138,123,238); }

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