#8A7DEB

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

Shades of Light Slate Blue #8A7DEB

Tints of Light Slate Blue #8A7DEB

Color information

#8A7DEB (or 0x8A7DEB) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 7D and EB. RGB value is (138,125,235). Sum of RGB (Red+Green+Blue) = 138+125+235=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A7DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7DEB is #758214. Grayscale: #8D8D8D. Windows color (decimal): -7701013 or 15433098. OLE color: 15433098.

HSL color Cylindrical-coordinate representation of color #8A7DEB: hue angle of 247.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A7DEB is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138125235-
CMYK0.410.4700.08
HSL247.09º73.33%70.59%-
HSV(B)247.09º46.81%92.16%-
XYZ32.8126.0781.9-
YUV141.43180.81125.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.71%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 235 (92.19% from 255) = 47.19%
R=27.71%
G=25.10%
B=47.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381252350.410.4700.08247.0973.3370.59
Hex8A7DEB292F08f74947
Octal2121753535157010367111107
Binary10001010111110111101011101001101111010001111011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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