#8A64FD

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

Shades of Light Slate Blue #8A64FD

Tints of Light Slate Blue #8A64FD

Color information

#8A64FD (or 0x8A64FD) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 64 and FD. RGB value is (138,100,253). Sum of RGB (Red+Green+Blue) = 138+100+253=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A64FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A64FD is #759B02. Grayscale: #808080. Windows color (decimal): -7707395 or 16606346. OLE color: 16606346.

HSL color Cylindrical-coordinate representation of color #8A64FD: hue angle of 254.9º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A64FD is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138100253-
CMYK0.450.6000.01
HSL254.9º97.45%69.22%-
HSV(B)254.9º60.47%99.22%-
XYZ32.7721.6195.37-
YUV128.8198.09134.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 253 (99.22% from 255) = 51.53%
R=28.11%
G=20.37%
B=51.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381002530.450.6000.01254.997.4569.22
Hex8A64FD2D3C01ff6145
Octal212144375557401377141105
Binary10001010110010011111101101101111100011111111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A64FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,253); }

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

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

 a { background-color: rgb(138,100,253); }

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

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

 span { border-color: rgb(138,100,253); }

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