Html Css Color HEX #8079E5 Medium Slate Blue

📋 copy color: '#8079E5'

red 128 ◦ green 121 ◦ blue 229

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

Shades of Medium Slate Blue #8079E5

Tints of Medium Slate Blue #8079E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.91%

R = 26.78%
G = 25.31%
B = 47.91%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8079E5 (or 0x8079E5) is known color: Medium Slate Blue. HEX triplet: 80, 79 and E5. RGB value is (128,121,229). Sum of RGB (Red+Green+Blue) = 128+121+229=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #8079E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079E5 is #7F861A. Grayscale: #868686. Windows color (decimal): -8357403 or 15038848. OLE color: 15038848.

HSL color Cylindrical-coordinate representation of color #8079E5: hue angle of 243.89º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8079E5 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 121 229 -
CMYK 0.44 0.47 0 0.10
HSL 243.89º 0.68% 0.69% -
HSV(B) 243.89º 0.47% 0.9% -
XYZ 29.88 23.92 77.17 -
YUV 135.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 128 121 229 0.44 0.47 0 0.10 243.89 0.68 0.69
Hex 80 79 E5 2C 2F 0 A F4 44 45
Octal 200 171 345 54 57 0 12 364 104 105
Binary 10000000 1111001 11100101 101100 101111 0 1010 11110100 1000100 1000101

Color Harmonies of #8079E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8079E5

Black with #8079E5

Text Example


Text Example

White with #8079E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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