Html Css Color HEX #804CCF Slate Blue

📋 copy color: '#804CCF'

red 128 ◦ green 76 ◦ blue 207

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

Shades of Slate Blue #804CCF

Tints of Slate Blue #804CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 31.14%
G = 18.49%
B = 50.36%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#804CCF (or 0x804CCF) is known color: Slate Blue. HEX triplet: 80, 4C and CF. RGB value is (128,76,207). Sum of RGB (Red+Green+Blue) = 128+76+207=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #804CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CCF is #7FB330. Grayscale: #6A6A6A. Windows color (decimal): -8368945 or 13585536. OLE color: 13585536.

HSL color Cylindrical-coordinate representation of color #804CCF: hue angle of 263.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #804CCF is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 76 207 -
CMYK 0.38 0.63 0 0.19
HSL 263.82º 0.58% 0.55% -
HSV(B) 263.82º 0.63% 0.81% -
XYZ 22.75 14.26 60.59 -
YUV 106.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 128 76 207 0.38 0.63 0 0.19 263.82 0.58 0.55
Hex 80 4C CF 26 3F 0 13 108 3A 37
Octal 200 114 317 46 77 0 23 410 72 67
Binary 10000000 1001100 11001111 100110 111111 0 10011 100001000 111010 110111

Color Harmonies of #804CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CCF

Black with #804CCF

Text Example


Text Example

White with #804CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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