#8A61F8

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

Shades of Light Slate Blue #8A61F8

Tints of Light Slate Blue #8A61F8

Color information

#8A61F8 (or 0x8A61F8) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 61 and F8. RGB value is (138,97,248). Sum of RGB (Red+Green+Blue) = 138+97+248=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #8A61F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A61F8 is #759E07. Grayscale: #7D7D7D. Windows color (decimal): -7708168 or 16277898. OLE color: 16277898.

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

Color convert

RGB13897248-
CMYK0.440.6100.03
HSL256.29º91.52%67.65%-
HSV(B)256.29º60.89%97.25%-
XYZ31.720.7391.14-
YUV126.47196.58136.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.57%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 248 (97.27% from 255) = 51.35%
R=28.57%
G=20.08%
B=51.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal138972480.440.6100.03256.2991.5267.65
Hex8A61F82C3D031005c44
Octal212141370547503400134104
Binary1000101011000011111100010110011110101110000000010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A61F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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