Html Css Color HEX #8353FE Medium Slate Blue

📋 copy color: '#8353FE'

red 131 ◦ green 83 ◦ blue 254

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

Shades of Medium Slate Blue #8353FE

Tints of Medium Slate Blue #8353FE

RGB

 RED value IS 131 (51.56% from 255) = 27.99%

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

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

R = 27.99%
G = 17.74%
B = 54.27%

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

#8353FE (or 0x8353FE) is known color: Medium Slate Blue. HEX triplet: 83, 53 and FE. RGB value is (131,83,254). Sum of RGB (Red+Green+Blue) = 131+83+254=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #8353FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8353FE is #7CAC01. Grayscale: #747474. Windows color (decimal): -8170498 or 16667523. OLE color: 16667523.

HSL color Cylindrical-coordinate representation of color #8353FE: hue angle of 256.84º 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 #8353FE is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 83 254 -
CMYK 0.48 0.67 0 0.00
HSL 256.84º 0.99% 0.66% -
HSV(B) 256.84º 0.67% 1% -
XYZ 30.34 18.17 95.67 -
YUV 116.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 131 83 254 0.48 0.67 0 0.00 256.84 0.99 0.66
Hex 83 53 FE 30 43 0 0 101 63 42
Octal 203 123 376 60 103 0 0 401 143 102
Binary 10000011 1010011 11111110 110000 1000011 0 0 100000001 1100011 1000010

Color Harmonies of #8353FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353FE

Black with #8353FE

Text Example


Text Example

White with #8353FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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