Html Css Color HEX #8375E7 Medium Slate Blue

📋 copy color: '#8375E7'

red 131 ◦ green 117 ◦ blue 231

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

Shades of Medium Slate Blue #8375E7

Tints of Medium Slate Blue #8375E7

RGB

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

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

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

R = 27.35%
G = 24.43%
B = 48.23%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8375E7 (or 0x8375E7) is known color: Medium Slate Blue. HEX triplet: 83, 75 and E7. RGB value is (131,117,231). Sum of RGB (Red+Green+Blue) = 131+117+231=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #8375E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8375E7 is #7C8A18. Grayscale: #858585. Windows color (decimal): -8161817 or 15168899. OLE color: 15168899.

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

Color convert

RGB 131 117 231 -
CMYK 0.43 0.49 0 0.09
HSL 247.37º 0.7% 0.68% -
HSV(B) 247.37º 0.49% 0.91% -
XYZ 30.15 23.32 78.51 -
YUV 134.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 131 117 231 0.43 0.49 0 0.09 247.37 0.7 0.68
Hex 83 75 E7 2B 31 0 9 F7 46 44
Octal 203 165 347 53 61 0 11 367 106 104
Binary 10000011 1110101 11100111 101011 110001 0 1001 11110111 1000110 1000100

Color Harmonies of #8375E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375E7

Black with #8375E7

Text Example


Text Example

White with #8375E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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