Html Css Color HEX #804FCE Slate Blue

📋 copy color: '#804FCE'

red 128 ◦ green 79 ◦ blue 206

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

Shades of Slate Blue #804FCE

Tints of Slate Blue #804FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 30.99%
G = 19.13%
B = 49.88%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#804FCE (or 0x804FCE) is known color: Slate Blue. HEX triplet: 80, 4F and CE. RGB value is (128,79,206). Sum of RGB (Red+Green+Blue) = 128+79+206=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #804FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FCE is #7FB031. Grayscale: #6B6B6B. Windows color (decimal): -8368178 or 13520768. OLE color: 13520768.

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

Color convert

RGB 128 79 206 -
CMYK 0.38 0.62 0 0.19
HSL 263.15º 0.56% 0.56% -
HSV(B) 263.15º 0.62% 0.81% -
XYZ 22.84 14.64 60.01 -
YUV 108.13 183.23 142.17 -
System Red Green Blue C M Y K H S L
Decimal 128 79 206 0.38 0.62 0 0.19 263.15 0.56 0.56
Hex 80 4F CE 26 3E 0 13 107 38 38
Octal 200 117 316 46 76 0 23 407 70 70
Binary 10000000 1001111 11001110 100110 111110 0 10011 100000111 111000 111000

Color Harmonies of #804FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FCE

Black with #804FCE

Text Example


Text Example

White with #804FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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