Html Css Color HEX #8464FC Light Slate Blue

📋 copy color: '#8464FC'

red 132 ◦ green 100 ◦ blue 252

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

Shades of Light Slate Blue #8464FC

Tints of Light Slate Blue #8464FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 27.27%
G = 20.66%
B = 52.07%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8464FC (or 0x8464FC) is known color: Light Slate Blue. HEX triplet: 84, 64 and FC. RGB value is (132,100,252). Sum of RGB (Red+Green+Blue) = 132+100+252=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #8464FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8464FC is #7B9B03. Grayscale: #7E7E7E. Windows color (decimal): -8100612 or 16540804. OLE color: 16540804.

HSL color Cylindrical-coordinate representation of color #8464FC: hue angle of 252.63º degrees, saturation: 0.96, 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 #8464FC is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 100 252 -
CMYK 0.48 0.60 0 0.01
HSL 252.63º 0.96% 0.69% -
HSV(B) 252.63º 0.6% 0.99% -
XYZ 31.64 21.05 94.49 -
YUV 126.9 198.6 131.64 -
System Red Green Blue C M Y K H S L
Decimal 132 100 252 0.48 0.60 0 0.01 252.63 0.96 0.69
Hex 84 64 FC 30 3C 0 1 FD 60 45
Octal 204 144 374 60 74 0 1 375 140 105
Binary 10000100 1100100 11111100 110000 111100 0 1 11111101 1100000 1000101

Color Harmonies of #8464FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8464FC

Black with #8464FC

Text Example


Text Example

White with #8464FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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