Html Css Color HEX #8473FE Light Slate Blue

📋 copy color: '#8473FE'

red 132 ◦ green 115 ◦ blue 254

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

Shades of Light Slate Blue #8473FE

Tints of Light Slate Blue #8473FE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.95%

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

R = 26.35%
G = 22.95%
B = 50.7%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8473FE (or 0x8473FE) is known color: Light Slate Blue. HEX triplet: 84, 73 and FE. RGB value is (132,115,254). Sum of RGB (Red+Green+Blue) = 132+115+254=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #8473FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8473FE is #7B8C01. Grayscale: #878787. Windows color (decimal): -8096770 or 16675716. OLE color: 16675716.

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

Color convert

RGB 132 115 254 -
CMYK 0.48 0.55 0 0.00
HSL 247.34º 0.99% 0.72% -
HSV(B) 247.34º 0.55% 1% -
XYZ 33.54 24.32 96.69 -
YUV 135.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 132 115 254 0.48 0.55 0 0.00 247.34 0.99 0.72
Hex 84 73 FE 30 37 0 0 F7 63 48
Octal 204 163 376 60 67 0 0 367 143 110
Binary 10000100 1110011 11111110 110000 110111 0 0 11110111 1100011 1001000

Color Harmonies of #8473FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8473FE

Black with #8473FE

Text Example


Text Example

White with #8473FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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