Html Css Color HEX #804FCC Slate Blue

📋 copy color: '#804FCC'

red 128 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #804FCC

Tints of Slate Blue #804FCC

RGB

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

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

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

R = 31.14%
G = 19.22%
B = 49.64%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#804FCC (or 0x804FCC) is known color: Slate Blue. HEX triplet: 80, 4F and CC. RGB value is (128,79,204). Sum of RGB (Red+Green+Blue) = 128+79+204=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #804FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FCC is #7FB033. Grayscale: #6B6B6B. Windows color (decimal): -8368180 or 13389696. OLE color: 13389696.

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

Color convert

RGB 128 79 204 -
CMYK 0.37 0.61 0 0.2
HSL 263.52º 0.55% 0.55% -
HSV(B) 263.52º 0.61% 0.8% -
XYZ 22.6 14.54 58.74 -
YUV 107.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 128 79 204 0.37 0.61 0 0.2 263.52 0.55 0.55
Hex 80 4F CC 25 3D 0 14 108 37 37
Octal 200 117 314 45 75 0 24 410 67 67
Binary 10000000 1001111 11001100 100101 111101 0 10100 100001000 110111 110111

Color Harmonies of #804FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FCC

Black with #804FCC

Text Example


Text Example

White with #804FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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