Html Css Color HEX #804BEA Medium Slate Blue

📋 copy color: '#804BEA'

red 128 ◦ green 75 ◦ blue 234

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

Shades of Medium Slate Blue #804BEA

Tints of Medium Slate Blue #804BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.16%

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

R = 29.29%
G = 17.16%
B = 53.55%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#804BEA (or 0x804BEA) is known color: Medium Slate Blue. HEX triplet: 80, 4B and EA. RGB value is (128,75,234). Sum of RGB (Red+Green+Blue) = 128+75+234=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #804BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804BEA is #7FB415. Grayscale: #6C6C6C. Windows color (decimal): -8369174 or 15354752. OLE color: 15354752.

HSL color Cylindrical-coordinate representation of color #804BEA: hue angle of 260º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #804BEA is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 75 234 -
CMYK 0.45 0.68 0 0.08
HSL 260º 0.79% 0.61% -
HSV(B) 260º 0.68% 0.92% -
XYZ 26.27 15.56 79.46 -
YUV 108.97 198.56 141.57 -
System Red Green Blue C M Y K H S L
Decimal 128 75 234 0.45 0.68 0 0.08 260 0.79 0.61
Hex 80 4B EA 2D 44 0 8 104 4F 3D
Octal 200 113 352 55 104 0 10 404 117 75
Binary 10000000 1001011 11101010 101101 1000100 0 1000 100000100 1001111 111101

Color Harmonies of #804BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804BEA

Black with #804BEA

Text Example


Text Example

White with #804BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804BEA; }

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

 H1.HeaderClassName
 {
   color: #804BEA;
 }
 .AnyTagClassName
 {
   color: #804BEA;
 }
</style>

background-color css

<style>
 a { background-color: #804BEA; }

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

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

border-color css

<style>
 span { border-color: #804BEA; }

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

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