Html Css Color HEX #7049CB Slate Blue

📋 copy color: '#7049CB'

red 112 ◦ green 73 ◦ blue 203

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

Shades of Slate Blue #7049CB

Tints of Slate Blue #7049CB

RGB

 RED value IS 112 (44.14% from 255) = 28.87%

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

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

R = 28.87%
G = 18.81%
B = 52.32%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7049CB (or 0x7049CB) is known color: Slate Blue. HEX triplet: 70, 49 and CB. RGB value is (112,73,203). Sum of RGB (Red+Green+Blue) = 112+73+203=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #7049CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049CB is #8FB634. Grayscale: #636363. Windows color (decimal): -9418293 or 13322608. OLE color: 13322608.

HSL color Cylindrical-coordinate representation of color #7049CB: hue angle of 258º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7049CB is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 73 203 -
CMYK 0.45 0.64 0 0.20
HSL 258º 0.56% 0.54% -
HSV(B) 258º 0.64% 0.8% -
XYZ 19.84 12.52 57.87 -
YUV 99.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 112 73 203 0.45 0.64 0 0.20 258 0.56 0.54
Hex 70 49 CB 2D 40 0 14 102 38 36
Octal 160 111 313 55 100 0 24 402 70 66
Binary 1110000 1001001 11001011 101101 1000000 0 10100 100000010 111000 110110

Color Harmonies of #7049CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7049CB

Black with #7049CB

Text Example


Text Example

White with #7049CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7049CB; }

 p { color: rgb(112,73,203); }

 H1.HeaderClassName
 {
   color: #7049CB;
 }
 .AnyTagClassName
 {
   color: #7049CB;
 }
</style>

background-color css

<style>
 a { background-color: #7049CB; }

 a { background-color: rgb(112,73,203); }

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

border-color css

<style>
 span { border-color: #7049CB; }

 span { border-color: rgb(112,73,203); }

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