Html Css Color HEX #8074E0 Medium Slate Blue

📋 copy color: '#8074E0'

red 128 ◦ green 116 ◦ blue 224

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

Shades of Medium Slate Blue #8074E0

Tints of Medium Slate Blue #8074E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 27.35%
G = 24.79%
B = 47.86%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8074E0 (or 0x8074E0) is known color: Medium Slate Blue. HEX triplet: 80, 74 and E0. RGB value is (128,116,224). Sum of RGB (Red+Green+Blue) = 128+116+224=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #8074E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8074E0 is #7F8B1F. Grayscale: #838383. Windows color (decimal): -8358688 or 14709888. OLE color: 14709888.

HSL color Cylindrical-coordinate representation of color #8074E0: hue angle of 246.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8074E0 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 116 224 -
CMYK 0.43 0.48 0 0.12
HSL 246.67º 0.64% 0.67% -
HSV(B) 246.67º 0.48% 0.88% -
XYZ 28.6 22.46 73.35 -
YUV 131.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 128 116 224 0.43 0.48 0 0.12 246.67 0.64 0.67
Hex 80 74 E0 2B 30 0 C F7 40 43
Octal 200 164 340 53 60 0 14 367 100 103
Binary 10000000 1110100 11100000 101011 110000 0 1100 11110111 1000000 1000011

Color Harmonies of #8074E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8074E0

Black with #8074E0

Text Example


Text Example

White with #8074E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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