Html Css Color HEX #8048CC Slate Blue

📋 copy color: '#8048CC'

red 128 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #8048CC

Tints of Slate Blue #8048CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.82%

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 31.68%
G = 17.82%
B = 50.5%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8048CC (or 0x8048CC) is known color: Slate Blue. HEX triplet: 80, 48 and CC. RGB value is (128,72,204). Sum of RGB (Red+Green+Blue) = 128+72+204=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #8048CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8048CC is #7FB733. Grayscale: #676767. Windows color (decimal): -8369972 or 13387904. OLE color: 13387904.

HSL color Cylindrical-coordinate representation of color #8048CC: hue angle of 265.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8048CC is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 72 204 -
CMYK 0.37 0.65 0 0.2
HSL 265.45º 0.56% 0.54% -
HSV(B) 265.45º 0.65% 0.8% -
XYZ 22.12 13.58 58.58 -
YUV 103.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 128 72 204 0.37 0.65 0 0.2 265.45 0.56 0.54
Hex 80 48 CC 25 41 0 14 109 38 36
Octal 200 110 314 45 101 0 24 411 70 66
Binary 10000000 1001000 11001100 100101 1000001 0 10100 100001001 111000 110110

Color Harmonies of #8048CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8048CC

Black with #8048CC

Text Example


Text Example

White with #8048CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8048CC; }

 p { color: rgb(128,72,204); }

 H1.HeaderClassName
 {
   color: #8048CC;
 }
 .AnyTagClassName
 {
   color: #8048CC;
 }
</style>

background-color css

<style>
 a { background-color: #8048CC; }

 a { background-color: rgb(128,72,204); }

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

border-color css

<style>
 span { border-color: #8048CC; }

 span { border-color: rgb(128,72,204); }

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