Html Css Color HEX #804FCB Slate Blue

📋 copy color: '#804FCB'

red 128 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #804FCB

Tints of Slate Blue #804FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 31.22%
G = 19.27%
B = 49.51%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#804FCB (or 0x804FCB) is known color: Slate Blue. HEX triplet: 80, 4F and CB. RGB value is (128,79,203). Sum of RGB (Red+Green+Blue) = 128+79+203=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #804FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FCB is #7FB034. Grayscale: #6B6B6B. Windows color (decimal): -8368181 or 13324160. OLE color: 13324160.

HSL color Cylindrical-coordinate representation of color #804FCB: hue angle of 263.71º degrees, saturation: 0.54, 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 #804FCB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 79 203 -
CMYK 0.37 0.61 0 0.20
HSL 263.71º 0.54% 0.55% -
HSV(B) 263.71º 0.61% 0.8% -
XYZ 22.48 14.49 58.11 -
YUV 107.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 128 79 203 0.37 0.61 0 0.20 263.71 0.54 0.55
Hex 80 4F CB 25 3D 0 14 108 36 37
Octal 200 117 313 45 75 0 24 410 66 67
Binary 10000000 1001111 11001011 100101 111101 0 10100 100001000 110110 110111

Color Harmonies of #804FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FCB

Black with #804FCB

Text Example


Text Example

White with #804FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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