Html Css Color HEX #8073EF Medium Slate Blue

📋 copy color: '#8073EF'

red 128 ◦ green 115 ◦ blue 239

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

Shades of Medium Slate Blue #8073EF

Tints of Medium Slate Blue #8073EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 26.56%
G = 23.86%
B = 49.59%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8073EF (or 0x8073EF) is known color: Medium Slate Blue. HEX triplet: 80, 73 and EF. RGB value is (128,115,239). Sum of RGB (Red+Green+Blue) = 128+115+239=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #8073EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8073EF is #7F8C10. Grayscale: #848484. Windows color (decimal): -8358929 or 15692672. OLE color: 15692672.

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

Color convert

RGB 128 115 239 -
CMYK 0.46 0.52 0 0.06
HSL 246.29º 0.79% 0.69% -
HSV(B) 246.29º 0.52% 0.94% -
XYZ 30.61 23.08 84.5 -
YUV 133.02 187.81 124.42 -
System Red Green Blue C M Y K H S L
Decimal 128 115 239 0.46 0.52 0 0.06 246.29 0.79 0.69
Hex 80 73 EF 2E 34 0 6 F6 4F 45
Octal 200 163 357 56 64 0 6 366 117 105
Binary 10000000 1110011 11101111 101110 110100 0 110 11110110 1001111 1000101

Color Harmonies of #8073EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8073EF

Black with #8073EF

Text Example


Text Example

White with #8073EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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