Html Css Color HEX #8073DF Medium Slate Blue

📋 copy color: '#8073DF'

red 128 ◦ green 115 ◦ blue 223

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

Shades of Medium Slate Blue #8073DF

Tints of Medium Slate Blue #8073DF

RGB

 RED value IS 128 (50.39% from 255) = 27.47%

 GREEN value IS 115 (45.31% from 255) = 24.68%

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

R = 27.47%
G = 24.68%
B = 47.85%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8073DF (or 0x8073DF) is known color: Medium Slate Blue. HEX triplet: 80, 73 and DF. RGB value is (128,115,223). Sum of RGB (Red+Green+Blue) = 128+115+223=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #8073DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073DF is #7F8C20. Grayscale: #828282. Windows color (decimal): -8358945 or 14644096. OLE color: 14644096.

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

Color convert

RGB 128 115 223 -
CMYK 0.43 0.48 0 0.13
HSL 247.22º 0.63% 0.66% -
HSV(B) 247.22º 0.48% 0.87% -
XYZ 28.35 22.18 72.6 -
YUV 131.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 128 115 223 0.43 0.48 0 0.13 247.22 0.63 0.66
Hex 80 73 DF 2B 30 0 D F7 3F 42
Octal 200 163 337 53 60 0 15 367 77 102
Binary 10000000 1110011 11011111 101011 110000 0 1101 11110111 111111 1000010

Color Harmonies of #8073DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8073DF

Black with #8073DF

Text Example


Text Example

White with #8073DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,115,223); }

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

background-color css

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

 a { background-color: rgb(128,115,223); }

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

border-color css

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

 span { border-color: rgb(128,115,223); }

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