Html Css Color HEX #804DCB Slate Blue

📋 copy color: '#804DCB'

red 128 ◦ green 77 ◦ blue 203

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

Shades of Slate Blue #804DCB

Tints of Slate Blue #804DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

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

R = 31.37%
G = 18.87%
B = 49.75%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#804DCB (or 0x804DCB) is known color: Slate Blue. HEX triplet: 80, 4D and CB. RGB value is (128,77,203). Sum of RGB (Red+Green+Blue) = 128+77+203=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #804DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DCB is #7FB234. Grayscale: #6A6A6A. Windows color (decimal): -8368693 or 13323648. OLE color: 13323648.

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

Color convert

RGB 128 77 203 -
CMYK 0.37 0.62 0 0.20
HSL 264.29º 0.55% 0.55% -
HSV(B) 264.29º 0.62% 0.8% -
XYZ 22.34 14.21 58.07 -
YUV 106.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 128 77 203 0.37 0.62 0 0.20 264.29 0.55 0.55
Hex 80 4D CB 25 3E 0 14 108 37 37
Octal 200 115 313 45 76 0 24 410 67 67
Binary 10000000 1001101 11001011 100101 111110 0 10100 100001000 110111 110111

Color Harmonies of #804DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DCB

Black with #804DCB

Text Example


Text Example

White with #804DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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