Html Css Color HEX #8462FE Light Slate Blue

📋 copy color: '#8462FE'

red 132 ◦ green 98 ◦ blue 254

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

Shades of Light Slate Blue #8462FE

Tints of Light Slate Blue #8462FE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.25%

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 27.27%
G = 20.25%
B = 52.48%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8462FE (or 0x8462FE) is known color: Light Slate Blue. HEX triplet: 84, 62 and FE. RGB value is (132,98,254). Sum of RGB (Red+Green+Blue) = 132+98+254=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #8462FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8462FE is #7B9D01. Grayscale: #7D7D7D. Windows color (decimal): -8101122 or 16671364. OLE color: 16671364.

HSL color Cylindrical-coordinate representation of color #8462FE: hue angle of 253.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8462FE is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 98 254 -
CMYK 0.48 0.61 0 0.00
HSL 253.08º 0.99% 0.69% -
HSV(B) 253.08º 0.61% 1% -
XYZ 31.77 20.8 96.11 -
YUV 125.95 200.26 132.32 -
System Red Green Blue C M Y K H S L
Decimal 132 98 254 0.48 0.61 0 0.00 253.08 0.99 0.69
Hex 84 62 FE 30 3D 0 0 FD 63 45
Octal 204 142 376 60 75 0 0 375 143 105
Binary 10000100 1100010 11111110 110000 111101 0 0 11111101 1100011 1000101

Color Harmonies of #8462FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8462FE

Black with #8462FE

Text Example


Text Example

White with #8462FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8462FE; }

 p { color: rgb(132,98,254); }

 H1.HeaderClassName
 {
   color: #8462FE;
 }
 .AnyTagClassName
 {
   color: #8462FE;
 }
</style>

background-color css

<style>
 a { background-color: #8462FE; }

 a { background-color: rgb(132,98,254); }

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

border-color css

<style>
 span { border-color: #8462FE; }

 span { border-color: rgb(132,98,254); }

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