Html Css Color HEX #8464FA Light Slate Blue

📋 copy color: '#8464FA'

red 132 ◦ green 100 ◦ blue 250

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

Shades of Light Slate Blue #8464FA

Tints of Light Slate Blue #8464FA

RGB

 RED value IS 132 (51.95% from 255) = 27.39%

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

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

R = 27.39%
G = 20.75%
B = 51.87%

CMYK

 C value IS 0.47

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8464FA (or 0x8464FA) is known color: Light Slate Blue. HEX triplet: 84, 64 and FA. RGB value is (132,100,250). Sum of RGB (Red+Green+Blue) = 132+100+250=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #8464FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8464FA is #7B9B05. Grayscale: #7E7E7E. Windows color (decimal): -8100614 or 16409732. OLE color: 16409732.

HSL color Cylindrical-coordinate representation of color #8464FA: hue angle of 252.8º 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 #8464FA is Cyan = 0.47, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 100 250 -
CMYK 0.47 0.6 0 0.02
HSL 252.8º 0.94% 0.69% -
HSV(B) 252.8º 0.6% 0.98% -
XYZ 31.33 20.92 92.83 -
YUV 126.67 197.6 131.8 -
System Red Green Blue C M Y K H S L
Decimal 132 100 250 0.47 0.6 0 0.02 252.8 0.94 0.69
Hex 84 64 FA 2F 3C 0 2 FD 5E 45
Octal 204 144 372 57 74 0 2 375 136 105
Binary 10000100 1100100 11111010 101111 111100 0 10 11111101 1011110 1000101

Color Harmonies of #8464FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8464FA

Black with #8464FA

Text Example


Text Example

White with #8464FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8464FA; }

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

 H1.HeaderClassName
 {
   color: #8464FA;
 }
 .AnyTagClassName
 {
   color: #8464FA;
 }
</style>

background-color css

<style>
 a { background-color: #8464FA; }

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

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

border-color css

<style>
 span { border-color: #8464FA; }

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

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