Html Css Color HEX #8453FE Medium Slate Blue

📋 copy color: '#8453FE'

red 132 ◦ green 83 ◦ blue 254

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

Shades of Medium Slate Blue #8453FE

Tints of Medium Slate Blue #8453FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.7%

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

R = 28.14%
G = 17.7%
B = 54.16%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8453FE (or 0x8453FE) is known color: Medium Slate Blue. HEX triplet: 84, 53 and FE. RGB value is (132,83,254). Sum of RGB (Red+Green+Blue) = 132+83+254=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #8453FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8453FE is #7BAC01. Grayscale: #747474. Windows color (decimal): -8104962 or 16667524. OLE color: 16667524.

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

Color convert

RGB 132 83 254 -
CMYK 0.48 0.67 0 0.00
HSL 257.19º 0.99% 0.66% -
HSV(B) 257.19º 0.67% 1% -
XYZ 30.5 18.25 95.68 -
YUV 117.15 205.23 138.6 -
System Red Green Blue C M Y K H S L
Decimal 132 83 254 0.48 0.67 0 0.00 257.19 0.99 0.66
Hex 84 53 FE 30 43 0 0 101 63 42
Octal 204 123 376 60 103 0 0 401 143 102
Binary 10000100 1010011 11111110 110000 1000011 0 0 100000001 1100011 1000010

Color Harmonies of #8453FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8453FE

Black with #8453FE

Text Example


Text Example

White with #8453FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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