Html Css Color HEX #8A64FA Light Slate Blue

📋 copy color: '#8A64FA'

red 138 ◦ green 100 ◦ blue 250

#8A64FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8A64FA

Tints of Light Slate Blue #8A64FA

RGB

 RED value IS 138 (54.3% from 255) = 28.28%

 GREEN value IS 100 (39.45% from 255) = 20.49%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 28.28%
G = 20.49%
B = 51.23%

CMYK

 C value IS 0.45

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A64FA (or 0x8A64FA) is known color: Light Slate Blue. HEX triplet: 8A, 64 and FA. RGB value is (138,100,250). Sum of RGB (Red+Green+Blue) = 138+100+250=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A64FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A64FA is #759B05. Grayscale: #7F7F7F. Windows color (decimal): -7707398 or 16409738. OLE color: 16409738.

HSL color Cylindrical-coordinate representation of color #8A64FA: hue angle of 255.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A64FA is Cyan = 0.45, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 100 250 -
CMYK 0.45 0.6 0 0.02
HSL 255.2º 0.94% 0.69% -
HSV(B) 255.2º 0.6% 0.98% -
XYZ 32.29 21.42 92.87 -
YUV 128.46 196.59 134.8 -
System Red Green Blue C M Y K H S L
Decimal 138 100 250 0.45 0.6 0 0.02 255.2 0.94 0.69
Hex 8A 64 FA 2D 3C 0 2 FF 5E 45
Octal 212 144 372 55 74 0 2 377 136 105
Binary 10001010 1100100 11111010 101101 111100 0 10 11111111 1011110 1000101

Color Harmonies of #8A64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A64FA

Black with #8A64FA

Text Example


Text Example

White with #8A64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A64FA;
 }
 .AnyTagClassName
 {
   color: #8A64FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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