Html Css Color HEX #804EDD Slate Blue

📋 copy color: '#804EDD'

red 128 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #804EDD

Tints of Slate Blue #804EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.27%

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 29.98%
G = 18.27%
B = 51.76%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#804EDD (or 0x804EDD) is known color: Slate Blue. HEX triplet: 80, 4E and DD. RGB value is (128,78,221). Sum of RGB (Red+Green+Blue) = 128+78+221=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #804EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EDD is #7FB122. Grayscale: #6C6C6C. Windows color (decimal): -8368419 or 14503552. OLE color: 14503552.

HSL color Cylindrical-coordinate representation of color #804EDD: hue angle of 260.98º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804EDD is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 78 221 -
CMYK 0.42 0.65 0 0.13
HSL 260.98º 0.68% 0.59% -
HSV(B) 260.98º 0.65% 0.87% -
XYZ 24.68 15.26 70.05 -
YUV 109.25 191.07 141.37 -
System Red Green Blue C M Y K H S L
Decimal 128 78 221 0.42 0.65 0 0.13 260.98 0.68 0.59
Hex 80 4E DD 2A 41 0 D 105 44 3B
Octal 200 116 335 52 101 0 15 405 104 73
Binary 10000000 1001110 11011101 101010 1000001 0 1101 100000101 1000100 111011

Color Harmonies of #804EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804EDD

Black with #804EDD

Text Example


Text Example

White with #804EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,78,221); }

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

background-color css

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

 a { background-color: rgb(128,78,221); }

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

border-color css

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

 span { border-color: rgb(128,78,221); }

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