Html Css Color HEX #8349F2 Medium Slate Blue

📋 copy color: '#8349F2'

red 131 ◦ green 73 ◦ blue 242

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

Shades of Medium Slate Blue #8349F2

Tints of Medium Slate Blue #8349F2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.37%

 BLUE value IS 242 (94.92% from 255) = 54.26%

R = 29.37%
G = 16.37%
B = 54.26%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8349F2 (or 0x8349F2) is known color: Medium Slate Blue. HEX triplet: 83, 49 and F2. RGB value is (131,73,242). Sum of RGB (Red+Green+Blue) = 131+73+242=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #8349F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8349F2 is #7CB60D. Grayscale: #6C6C6C. Windows color (decimal): -8173070 or 15878531. OLE color: 15878531.

HSL color Cylindrical-coordinate representation of color #8349F2: hue angle of 260.59º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8349F2 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 73 242 -
CMYK 0.46 0.70 0 0.05
HSL 260.59º 0.87% 0.62% -
HSV(B) 260.59º 0.7% 0.95% -
XYZ 27.77 16 85.63 -
YUV 109.61 202.72 143.26 -
System Red Green Blue C M Y K H S L
Decimal 131 73 242 0.46 0.70 0 0.05 260.59 0.87 0.62
Hex 83 49 F2 2E 46 0 5 105 57 3E
Octal 203 111 362 56 106 0 5 405 127 76
Binary 10000011 1001001 11110010 101110 1000110 0 101 100000101 1010111 111110

Color Harmonies of #8349F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8349F2

Black with #8349F2

Text Example


Text Example

White with #8349F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8349F2; }

 p { color: rgb(131,73,242); }

 H1.HeaderClassName
 {
   color: #8349F2;
 }
 .AnyTagClassName
 {
   color: #8349F2;
 }
</style>

background-color css

<style>
 a { background-color: #8349F2; }

 a { background-color: rgb(131,73,242); }

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

border-color css

<style>
 span { border-color: #8349F2; }

 span { border-color: rgb(131,73,242); }

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