Html Css Color HEX #804DCC Slate Blue

📋 copy color: '#804DCC'

red 128 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #804DCC

Tints of Slate Blue #804DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.83%

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 31.3%
G = 18.83%
B = 49.88%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#804DCC (or 0x804DCC) is known color: Slate Blue. HEX triplet: 80, 4D and CC. RGB value is (128,77,204). Sum of RGB (Red+Green+Blue) = 128+77+204=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #804DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DCC is #7FB233. Grayscale: #6A6A6A. Windows color (decimal): -8368692 or 13389184. OLE color: 13389184.

HSL color Cylindrical-coordinate representation of color #804DCC: hue angle of 264.09º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #804DCC is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 77 204 -
CMYK 0.37 0.62 0 0.2
HSL 264.09º 0.55% 0.55% -
HSV(B) 264.09º 0.62% 0.8% -
XYZ 22.46 14.26 58.7 -
YUV 106.73 182.9 143.17 -
System Red Green Blue C M Y K H S L
Decimal 128 77 204 0.37 0.62 0 0.2 264.09 0.55 0.55
Hex 80 4D CC 25 3E 0 14 108 37 37
Octal 200 115 314 45 76 0 24 410 67 67
Binary 10000000 1001101 11001100 100101 111110 0 10100 100001000 110111 110111

Color Harmonies of #804DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DCC

Black with #804DCC

Text Example


Text Example

White with #804DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,77,204); }

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

background-color css

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

 a { background-color: rgb(128,77,204); }

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

border-color css

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

 span { border-color: rgb(128,77,204); }

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