Html Css Color HEX #8354E7 Medium Slate Blue

📋 copy color: '#8354E7'

red 131 ◦ green 84 ◦ blue 231

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

Shades of Medium Slate Blue #8354E7

Tints of Medium Slate Blue #8354E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.79%

R = 29.37%
G = 18.83%
B = 51.79%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8354E7 (or 0x8354E7) is known color: Medium Slate Blue. HEX triplet: 83, 54 and E7. RGB value is (131,84,231). Sum of RGB (Red+Green+Blue) = 131+84+231=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #8354E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8354E7 is #7CAB18. Grayscale: #727272. Windows color (decimal): -8170265 or 15160451. OLE color: 15160451.

HSL color Cylindrical-coordinate representation of color #8354E7: hue angle of 259.18º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8354E7 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 84 231 -
CMYK 0.43 0.64 0 0.09
HSL 259.18º 0.75% 0.62% -
HSV(B) 259.18º 0.64% 0.91% -
XYZ 26.95 16.94 77.45 -
YUV 114.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 131 84 231 0.43 0.64 0 0.09 259.18 0.75 0.62
Hex 83 54 E7 2B 40 0 9 103 4B 3E
Octal 203 124 347 53 100 0 11 403 113 76
Binary 10000011 1010100 11100111 101011 1000000 0 1001 100000011 1001011 111110

Color Harmonies of #8354E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8354E7

Black with #8354E7

Text Example


Text Example

White with #8354E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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