Html Css Color HEX #8475FE Light Slate Blue

📋 copy color: '#8475FE'

red 132 ◦ green 117 ◦ blue 254

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

Shades of Light Slate Blue #8475FE

Tints of Light Slate Blue #8475FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.26%

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

R = 26.24%
G = 23.26%
B = 50.5%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8475FE (or 0x8475FE) is known color: Light Slate Blue. HEX triplet: 84, 75 and FE. RGB value is (132,117,254). Sum of RGB (Red+Green+Blue) = 132+117+254=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #8475FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8475FE is #7B8A01. Grayscale: #888888. Windows color (decimal): -8096258 or 16676228. OLE color: 16676228.

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

Color convert

RGB 132 117 254 -
CMYK 0.48 0.54 0 0.00
HSL 246.57º 0.99% 0.73% -
HSV(B) 246.57º 0.54% 1% -
XYZ 33.77 24.78 96.77 -
YUV 137.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 132 117 254 0.48 0.54 0 0.00 246.57 0.99 0.73
Hex 84 75 FE 30 36 0 0 F7 63 49
Octal 204 165 376 60 66 0 0 367 143 111
Binary 10000100 1110101 11111110 110000 110110 0 0 11110111 1100011 1001001

Color Harmonies of #8475FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8475FE

Black with #8475FE

Text Example


Text Example

White with #8475FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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