Html Css Color HEX #8376DF Medium Slate Blue

📋 copy color: '#8376DF'

red 131 ◦ green 118 ◦ blue 223

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

Shades of Medium Slate Blue #8376DF

Tints of Medium Slate Blue #8376DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25%

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

R = 27.75%
G = 25%
B = 47.25%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8376DF (or 0x8376DF) is known color: Medium Slate Blue. HEX triplet: 83, 76 and DF. RGB value is (131,118,223). Sum of RGB (Red+Green+Blue) = 131+118+223=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #8376DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376DF is #7C8920. Grayscale: #858585. Windows color (decimal): -8161569 or 14644867. OLE color: 14644867.

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

Color convert

RGB 131 118 223 -
CMYK 0.41 0.47 0 0.13
HSL 247.43º 0.62% 0.67% -
HSV(B) 247.43º 0.47% 0.87% -
XYZ 29.16 23.11 72.74 -
YUV 133.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 131 118 223 0.41 0.47 0 0.13 247.43 0.62 0.67
Hex 83 76 DF 29 2F 0 D F7 3E 43
Octal 203 166 337 51 57 0 15 367 76 103
Binary 10000011 1110110 11011111 101001 101111 0 1101 11110111 111110 1000011

Color Harmonies of #8376DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8376DF

Black with #8376DF

Text Example


Text Example

White with #8376DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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