Html Css Color HEX #8073EE Medium Slate Blue

📋 copy color: '#8073EE'

red 128 ◦ green 115 ◦ blue 238

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

Shades of Medium Slate Blue #8073EE

Tints of Medium Slate Blue #8073EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 26.61%
G = 23.91%
B = 49.48%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8073EE (or 0x8073EE) is known color: Medium Slate Blue. HEX triplet: 80, 73 and EE. RGB value is (128,115,238). Sum of RGB (Red+Green+Blue) = 128+115+238=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #8073EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8073EE is #7F8C11. Grayscale: #848484. Windows color (decimal): -8358930 or 15627136. OLE color: 15627136.

HSL color Cylindrical-coordinate representation of color #8073EE: hue angle of 246.34º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8073EE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 115 238 -
CMYK 0.46 0.52 0 0.07
HSL 246.34º 0.78% 0.69% -
HSV(B) 246.34º 0.52% 0.93% -
XYZ 30.47 23.02 83.73 -
YUV 132.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 128 115 238 0.46 0.52 0 0.07 246.34 0.78 0.69
Hex 80 73 EE 2E 34 0 7 F6 4E 45
Octal 200 163 356 56 64 0 7 366 116 105
Binary 10000000 1110011 11101110 101110 110100 0 111 11110110 1001110 1000101

Color Harmonies of #8073EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8073EE

Black with #8073EE

Text Example


Text Example

White with #8073EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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