Html Css Color HEX #8354FD Medium Slate Blue

📋 copy color: '#8354FD'

red 131 ◦ green 84 ◦ blue 253

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

Shades of Medium Slate Blue #8354FD

Tints of Medium Slate Blue #8354FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.95%

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 27.99%
G = 17.95%
B = 54.06%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8354FD (or 0x8354FD) is known color: Medium Slate Blue. HEX triplet: 83, 54 and FD. RGB value is (131,84,253). Sum of RGB (Red+Green+Blue) = 131+84+253=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #8354FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8354FD is #7CAB02. Grayscale: #747474. Windows color (decimal): -8170243 or 16602243. OLE color: 16602243.

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

Color convert

RGB 131 84 253 -
CMYK 0.48 0.67 0 0.01
HSL 256.69º 0.98% 0.66% -
HSV(B) 256.69º 0.67% 0.99% -
XYZ 30.26 18.26 94.86 -
YUV 117.32 204.57 137.76 -
System Red Green Blue C M Y K H S L
Decimal 131 84 253 0.48 0.67 0 0.01 256.69 0.98 0.66
Hex 83 54 FD 30 43 0 1 101 62 42
Octal 203 124 375 60 103 0 1 401 142 102
Binary 10000011 1010100 11111101 110000 1000011 0 1 100000001 1100010 1000010

Color Harmonies of #8354FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8354FD

Black with #8354FD

Text Example


Text Example

White with #8354FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8354FD; }

 p { color: rgb(131,84,253); }

 H1.HeaderClassName
 {
   color: #8354FD;
 }
 .AnyTagClassName
 {
   color: #8354FD;
 }
</style>

background-color css

<style>
 a { background-color: #8354FD; }

 a { background-color: rgb(131,84,253); }

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

border-color css

<style>
 span { border-color: #8354FD; }

 span { border-color: rgb(131,84,253); }

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