Html Css Color HEX #804ACF Slate Blue

📋 copy color: '#804ACF'

red 128 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #804ACF

Tints of Slate Blue #804ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.09%

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

R = 31.3%
G = 18.09%
B = 50.61%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#804ACF (or 0x804ACF) is known color: Slate Blue. HEX triplet: 80, 4A and CF. RGB value is (128,74,207). Sum of RGB (Red+Green+Blue) = 128+74+207=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #804ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ACF is #7FB530. Grayscale: #686868. Windows color (decimal): -8369457 or 13585024. OLE color: 13585024.

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

Color convert

RGB 128 74 207 -
CMYK 0.38 0.64 0 0.19
HSL 264.36º 0.58% 0.55% -
HSV(B) 264.36º 0.64% 0.81% -
XYZ 22.61 13.99 60.54 -
YUV 105.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 128 74 207 0.38 0.64 0 0.19 264.36 0.58 0.55
Hex 80 4A CF 26 40 0 13 108 3A 37
Octal 200 112 317 46 100 0 23 410 72 67
Binary 10000000 1001010 11001111 100110 1000000 0 10011 100001000 111010 110111

Color Harmonies of #804ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804ACF

Black with #804ACF

Text Example


Text Example

White with #804ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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