Html Css Color HEX #8356FB Medium Slate Blue

📋 copy color: '#8356FB'

red 131 ◦ green 86 ◦ blue 251

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

Shades of Medium Slate Blue #8356FB

Tints of Medium Slate Blue #8356FB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.38%

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 27.99%
G = 18.38%
B = 53.63%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8356FB (or 0x8356FB) is known color: Medium Slate Blue. HEX triplet: 83, 56 and FB. RGB value is (131,86,251). Sum of RGB (Red+Green+Blue) = 131+86+251=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #8356FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8356FB is #7CA904. Grayscale: #757575. Windows color (decimal): -8169733 or 16471683. OLE color: 16471683.

HSL color Cylindrical-coordinate representation of color #8356FB: hue angle of 256.36º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8356FB is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 86 251 -
CMYK 0.48 0.66 0 0.02
HSL 256.36º 0.95% 0.66% -
HSV(B) 256.36º 0.66% 0.98% -
XYZ 30.1 18.45 93.24 -
YUV 118.27 202.91 137.08 -
System Red Green Blue C M Y K H S L
Decimal 131 86 251 0.48 0.66 0 0.02 256.36 0.95 0.66
Hex 83 56 FB 30 42 0 2 100 5F 42
Octal 203 126 373 60 102 0 2 400 137 102
Binary 10000011 1010110 11111011 110000 1000010 0 10 100000000 1011111 1000010

Color Harmonies of #8356FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8356FB

Black with #8356FB

Text Example


Text Example

White with #8356FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8356FB; }

 p { color: rgb(131,86,251); }

 H1.HeaderClassName
 {
   color: #8356FB;
 }
 .AnyTagClassName
 {
   color: #8356FB;
 }
</style>

background-color css

<style>
 a { background-color: #8356FB; }

 a { background-color: rgb(131,86,251); }

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

border-color css

<style>
 span { border-color: #8356FB; }

 span { border-color: rgb(131,86,251); }

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