#8A7FF8

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

Shades of Light Slate Blue #8A7FF8

Tints of Light Slate Blue #8A7FF8

Color information

#8A7FF8 (or 0x8A7FF8) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 7F and F8. RGB value is (138,127,248). Sum of RGB (Red+Green+Blue) = 138+127+248=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #8A7FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7FF8 is #758007. Grayscale: #8F8F8F. Windows color (decimal): -7700488 or 16285578. OLE color: 16285578.

HSL color Cylindrical-coordinate representation of color #8A7FF8: hue angle of 245.45º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A7FF8 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB138127248-
CMYK0.440.4900.03
HSL245.45º89.63%73.53%-
HSV(B)245.45º48.79%97.25%-
XYZ35.0127.3692.24-
YUV144.08186.64123.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.90%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 248 (97.27% from 255) = 48.34%
R=26.90%
G=24.76%
B=48.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1381272480.440.4900.03245.4589.6373.53
Hex8A7FF82C3103f55a4a
Octal212177370546103365132112
Binary100010101111111111110001011001100010111111010110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,127,248); }

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

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

 a { background-color: rgb(138,127,248); }

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

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

 span { border-color: rgb(138,127,248); }

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