Html Css Color HEX #804BD8 Slate Blue

📋 copy color: '#804BD8'

red 128 ◦ green 75 ◦ blue 216

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

Shades of Slate Blue #804BD8

Tints of Slate Blue #804BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.55%

R = 30.55%
G = 17.9%
B = 51.55%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#804BD8 (or 0x804BD8) is known color: Slate Blue. HEX triplet: 80, 4B and D8. RGB value is (128,75,216). Sum of RGB (Red+Green+Blue) = 128+75+216=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #804BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BD8 is #7FB427. Grayscale: #6A6A6A. Windows color (decimal): -8369192 or 14175104. OLE color: 14175104.

HSL color Cylindrical-coordinate representation of color #804BD8: hue angle of 262.55º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804BD8 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 75 216 -
CMYK 0.41 0.65 0 0.15
HSL 262.55º 0.64% 0.57% -
HSV(B) 262.55º 0.65% 0.85% -
XYZ 23.81 14.58 66.52 -
YUV 106.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 128 75 216 0.41 0.65 0 0.15 262.55 0.64 0.57
Hex 80 4B D8 29 41 0 F 107 40 39
Octal 200 113 330 51 101 0 17 407 100 71
Binary 10000000 1001011 11011000 101001 1000001 0 1111 100000111 1000000 111001

Color Harmonies of #804BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804BD8

Black with #804BD8

Text Example


Text Example

White with #804BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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