Html Css Color HEX #8074EF Medium Slate Blue

📋 copy color: '#8074EF'

red 128 ◦ green 116 ◦ blue 239

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

Shades of Medium Slate Blue #8074EF

Tints of Medium Slate Blue #8074EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.02%

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

R = 26.5%
G = 24.02%
B = 49.48%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8074EF (or 0x8074EF) is known color: Medium Slate Blue. HEX triplet: 80, 74 and EF. RGB value is (128,116,239). Sum of RGB (Red+Green+Blue) = 128+116+239=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #8074EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8074EF is #7F8B10. Grayscale: #858585. Windows color (decimal): -8358673 or 15692928. OLE color: 15692928.

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

Color convert

RGB 128 116 239 -
CMYK 0.46 0.51 0 0.06
HSL 245.85º 0.79% 0.7% -
HSV(B) 245.85º 0.51% 0.94% -
XYZ 30.73 23.31 84.54 -
YUV 133.61 187.48 124 -
System Red Green Blue C M Y K H S L
Decimal 128 116 239 0.46 0.51 0 0.06 245.85 0.79 0.7
Hex 80 74 EF 2E 33 0 6 F6 4F 46
Octal 200 164 357 56 63 0 6 366 117 106
Binary 10000000 1110100 11101111 101110 110011 0 110 11110110 1001111 1000110

Color Harmonies of #8074EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8074EF

Black with #8074EF

Text Example


Text Example

White with #8074EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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