Html Css Color HEX #8076EA Medium Slate Blue

📋 copy color: '#8076EA'

red 128 ◦ green 118 ◦ blue 234

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

Shades of Medium Slate Blue #8076EA

Tints of Medium Slate Blue #8076EA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.58%

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

R = 26.67%
G = 24.58%
B = 48.75%

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

#8076EA (or 0x8076EA) is known color: Medium Slate Blue. HEX triplet: 80, 76 and EA. RGB value is (128,118,234). Sum of RGB (Red+Green+Blue) = 128+118+234=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #8076EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8076EA is #7F8915. Grayscale: #858585. Windows color (decimal): -8358166 or 15365760. OLE color: 15365760.

HSL color Cylindrical-coordinate representation of color #8076EA: hue angle of 245.17º degrees, saturation: 0.73, 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 #8076EA is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 118 234 -
CMYK 0.45 0.50 0 0.08
HSL 245.17º 0.73% 0.69% -
HSV(B) 245.17º 0.5% 0.92% -
XYZ 30.23 23.49 80.78 -
YUV 134.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 128 118 234 0.45 0.50 0 0.08 245.17 0.73 0.69
Hex 80 76 EA 2D 32 0 8 F5 49 45
Octal 200 166 352 55 62 0 10 365 111 105
Binary 10000000 1110110 11101010 101101 110010 0 1000 11110101 1001001 1000101

Color Harmonies of #8076EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8076EA

Black with #8076EA

Text Example


Text Example

White with #8076EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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