Html Css Color HEX #8375DF Medium Slate Blue

📋 copy color: '#8375DF'

red 131 ◦ green 117 ◦ blue 223

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

Shades of Medium Slate Blue #8375DF

Tints of Medium Slate Blue #8375DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 27.81%
G = 24.84%
B = 47.35%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8375DF (or 0x8375DF) is known color: Medium Slate Blue. HEX triplet: 83, 75 and DF. RGB value is (131,117,223). Sum of RGB (Red+Green+Blue) = 131+117+223=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #8375DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375DF is #7C8A20. Grayscale: #848484. Windows color (decimal): -8161825 or 14644611. OLE color: 14644611.

HSL color Cylindrical-coordinate representation of color #8375DF: hue angle of 247.92º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8375DF is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 117 223 -
CMYK 0.41 0.48 0 0.13
HSL 247.92º 0.62% 0.67% -
HSV(B) 247.92º 0.48% 0.87% -
XYZ 29.04 22.88 72.7 -
YUV 133.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 131 117 223 0.41 0.48 0 0.13 247.92 0.62 0.67
Hex 83 75 DF 29 30 0 D F8 3E 43
Octal 203 165 337 51 60 0 15 370 76 103
Binary 10000011 1110101 11011111 101001 110000 0 1101 11111000 111110 1000011

Color Harmonies of #8375DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375DF

Black with #8375DF

Text Example


Text Example

White with #8375DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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