Html Css Color HEX #8375EE Medium Slate Blue

📋 copy color: '#8375EE'

red 131 ◦ green 117 ◦ blue 238

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

Shades of Medium Slate Blue #8375EE

Tints of Medium Slate Blue #8375EE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.07%

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 26.95%
G = 24.07%
B = 48.97%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8375EE (or 0x8375EE) is known color: Medium Slate Blue. HEX triplet: 83, 75 and EE. RGB value is (131,117,238). Sum of RGB (Red+Green+Blue) = 131+117+238=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #8375EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8375EE is #7C8A11. Grayscale: #868686. Windows color (decimal): -8161810 or 15627651. OLE color: 15627651.

HSL color Cylindrical-coordinate representation of color #8375EE: hue angle of 246.94º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8375EE is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 117 238 -
CMYK 0.45 0.51 0 0.07
HSL 246.94º 0.78% 0.7% -
HSV(B) 246.94º 0.51% 0.93% -
XYZ 31.15 23.72 83.83 -
YUV 134.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 131 117 238 0.45 0.51 0 0.07 246.94 0.78 0.7
Hex 83 75 EE 2D 33 0 7 F7 4E 46
Octal 203 165 356 55 63 0 7 367 116 106
Binary 10000011 1110101 11101110 101101 110011 0 111 11110111 1001110 1000110

Color Harmonies of #8375EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375EE

Black with #8375EE

Text Example


Text Example

White with #8375EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8375EE; }

 p { color: rgb(131,117,238); }

 H1.HeaderClassName
 {
   color: #8375EE;
 }
 .AnyTagClassName
 {
   color: #8375EE;
 }
</style>

background-color css

<style>
 a { background-color: #8375EE; }

 a { background-color: rgb(131,117,238); }

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

border-color css

<style>
 span { border-color: #8375EE; }

 span { border-color: rgb(131,117,238); }

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