Html Css Color HEX #804CDA Slate Blue

📋 copy color: '#804CDA'

red 128 ◦ green 76 ◦ blue 218

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

Shades of Slate Blue #804CDA

Tints of Slate Blue #804CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.01%

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 30.33%
G = 18.01%
B = 51.66%

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

#804CDA (or 0x804CDA) is known color: Slate Blue. HEX triplet: 80, 4C and DA. RGB value is (128,76,218). Sum of RGB (Red+Green+Blue) = 128+76+218=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #804CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CDA is #7FB325. Grayscale: #6B6B6B. Windows color (decimal): -8368934 or 14306432. OLE color: 14306432.

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

Color convert

RGB 128 76 218 -
CMYK 0.41 0.65 0 0.15
HSL 261.97º 0.66% 0.58% -
HSV(B) 261.97º 0.65% 0.85% -
XYZ 24.14 14.82 67.92 -
YUV 107.74 190.23 142.45 -
System Red Green Blue C M Y K H S L
Decimal 128 76 218 0.41 0.65 0 0.15 261.97 0.66 0.58
Hex 80 4C DA 29 41 0 F 106 42 3A
Octal 200 114 332 51 101 0 17 406 102 72
Binary 10000000 1001100 11011010 101001 1000001 0 1111 100000110 1000010 111010

Color Harmonies of #804CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CDA

Black with #804CDA

Text Example


Text Example

White with #804CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,76,218); }

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

background-color css

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

 a { background-color: rgb(128,76,218); }

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

border-color css

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

 span { border-color: rgb(128,76,218); }

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