Html Css Color HEX #8079DF Medium Slate Blue

📋 copy color: '#8079DF'

red 128 ◦ green 121 ◦ blue 223

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

Shades of Medium Slate Blue #8079DF

Tints of Medium Slate Blue #8079DF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.64%

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

R = 27.12%
G = 25.64%
B = 47.25%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8079DF (or 0x8079DF) is known color: Medium Slate Blue. HEX triplet: 80, 79 and DF. RGB value is (128,121,223). Sum of RGB (Red+Green+Blue) = 128+121+223=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 121 (47.66% from 255 or 25.64% 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 #8079DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079DF is #7F8620. Grayscale: #868686. Windows color (decimal): -8357409 or 14645632. OLE color: 14645632.

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

Color convert

RGB 128 121 223 -
CMYK 0.43 0.46 0 0.13
HSL 244.12º 0.61% 0.67% -
HSV(B) 244.12º 0.46% 0.87% -
XYZ 29.06 23.59 72.83 -
YUV 134.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 128 121 223 0.43 0.46 0 0.13 244.12 0.61 0.67
Hex 80 79 DF 2B 2E 0 D F4 3D 43
Octal 200 171 337 53 56 0 15 364 75 103
Binary 10000000 1111001 11011111 101011 101110 0 1101 11110100 111101 1000011

Color Harmonies of #8079DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8079DF

Black with #8079DF

Text Example


Text Example

White with #8079DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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