Html Css Color HEX #8079ED Medium Slate Blue

📋 copy color: '#8079ED'

red 128 ◦ green 121 ◦ blue 237

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

Shades of Medium Slate Blue #8079ED

Tints of Medium Slate Blue #8079ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 26.34%
G = 24.9%
B = 48.77%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8079ED (or 0x8079ED) is known color: Medium Slate Blue. HEX triplet: 80, 79 and ED. RGB value is (128,121,237). Sum of RGB (Red+Green+Blue) = 128+121+237=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #8079ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8079ED is #7F8612. Grayscale: #878787. Windows color (decimal): -8357395 or 15563136. OLE color: 15563136.

HSL color Cylindrical-coordinate representation of color #8079ED: hue angle of 243.62º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8079ED is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 121 237 -
CMYK 0.46 0.49 0 0.07
HSL 243.62º 0.76% 0.7% -
HSV(B) 243.62º 0.49% 0.93% -
XYZ 31.03 24.38 83.19 -
YUV 136.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 128 121 237 0.46 0.49 0 0.07 243.62 0.76 0.7
Hex 80 79 ED 2E 31 0 7 F4 4C 46
Octal 200 171 355 56 61 0 7 364 114 106
Binary 10000000 1111001 11101101 101110 110001 0 111 11110100 1001100 1000110

Color Harmonies of #8079ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8079ED

Black with #8079ED

Text Example


Text Example

White with #8079ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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