Html Css Color HEX #8049CD Slate Blue

📋 copy color: '#8049CD'

red 128 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #8049CD

Tints of Slate Blue #8049CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.98%

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 31.53%
G = 17.98%
B = 50.49%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8049CD (or 0x8049CD) is known color: Slate Blue. HEX triplet: 80, 49 and CD. RGB value is (128,73,205). Sum of RGB (Red+Green+Blue) = 128+73+205=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #8049CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049CD is #7FB632. Grayscale: #686868. Windows color (decimal): -8369715 or 13453696. OLE color: 13453696.

HSL color Cylindrical-coordinate representation of color #8049CD: hue angle of 265º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8049CD is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 73 205 -
CMYK 0.38 0.64 0 0.20
HSL 265º 0.57% 0.55% -
HSV(B) 265º 0.64% 0.8% -
XYZ 22.3 13.76 59.24 -
YUV 104.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 128 73 205 0.38 0.64 0 0.20 265 0.57 0.55
Hex 80 49 CD 26 40 0 14 109 39 37
Octal 200 111 315 46 100 0 24 411 71 67
Binary 10000000 1001001 11001101 100110 1000000 0 10100 100001001 111001 110111

Color Harmonies of #8049CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049CD

Black with #8049CD

Text Example


Text Example

White with #8049CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8049CD; }

 p { color: rgb(128,73,205); }

 H1.HeaderClassName
 {
   color: #8049CD;
 }
 .AnyTagClassName
 {
   color: #8049CD;
 }
</style>

background-color css

<style>
 a { background-color: #8049CD; }

 a { background-color: rgb(128,73,205); }

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

border-color css

<style>
 span { border-color: #8049CD; }

 span { border-color: rgb(128,73,205); }

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