Html Css Color HEX #804FDD Slate Blue

📋 copy color: '#804FDD'

red 128 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #804FDD

Tints of Slate Blue #804FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.46%

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

R = 29.91%
G = 18.46%
B = 51.64%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#804FDD (or 0x804FDD) is known color: Slate Blue. HEX triplet: 80, 4F and DD. RGB value is (128,79,221). Sum of RGB (Red+Green+Blue) = 128+79+221=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #804FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FDD is #7FB022. Grayscale: #6D6D6D. Windows color (decimal): -8368163 or 14503808. OLE color: 14503808.

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

Color convert

RGB 128 79 221 -
CMYK 0.42 0.64 0 0.13
HSL 260.7º 0.68% 0.59% -
HSV(B) 260.7º 0.64% 0.87% -
XYZ 24.75 15.4 70.08 -
YUV 109.84 190.73 140.95 -
System Red Green Blue C M Y K H S L
Decimal 128 79 221 0.42 0.64 0 0.13 260.7 0.68 0.59
Hex 80 4F DD 2A 40 0 D 105 44 3B
Octal 200 117 335 52 100 0 15 405 104 73
Binary 10000000 1001111 11011101 101010 1000000 0 1101 100000101 1000100 111011

Color Harmonies of #804FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FDD

Black with #804FDD

Text Example


Text Example

White with #804FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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