Html Css Color HEX #8074EA Medium Slate Blue

📋 copy color: '#8074EA'

red 128 ◦ green 116 ◦ blue 234

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

Shades of Medium Slate Blue #8074EA

Tints of Medium Slate Blue #8074EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 26.78%
G = 24.27%
B = 48.95%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8074EA (or 0x8074EA) is known color: Medium Slate Blue. HEX triplet: 80, 74 and EA. RGB value is (128,116,234). Sum of RGB (Red+Green+Blue) = 128+116+234=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #8074EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8074EA is #7F8B15. Grayscale: #848484. Windows color (decimal): -8358678 or 15365248. OLE color: 15365248.

HSL color Cylindrical-coordinate representation of color #8074EA: hue angle of 246.1º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8074EA is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 116 234 -
CMYK 0.45 0.50 0 0.08
HSL 246.1º 0.74% 0.69% -
HSV(B) 246.1º 0.5% 0.92% -
XYZ 30 23.02 80.7 -
YUV 133.04 184.98 124.41 -
System Red Green Blue C M Y K H S L
Decimal 128 116 234 0.45 0.50 0 0.08 246.1 0.74 0.69
Hex 80 74 EA 2D 32 0 8 F6 4A 45
Octal 200 164 352 55 62 0 10 366 112 105
Binary 10000000 1110100 11101010 101101 110010 0 1000 11110110 1001010 1000101

Color Harmonies of #8074EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8074EA

Black with #8074EA

Text Example


Text Example

White with #8074EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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