#7049cb

Color #7049CB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7049CB

Tints of Slate Blue #7049CB

Color information

#7049CB (or 0x7049CB) is unknown color: approx 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

RGB11273203-
CMYK0.450.6400.20
HSL258º55.56%54.12%-
HSV(B)258º64.04%79.61%-
XYZ19.8412.5257.87-
YUV99.48186.42136.93-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112732030.450.6400.2025855.5654.12
Hex7049CB2D400141023836
Octal160111313551000244027066
Binary11100001001001110010111011011000000010100100000010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7049cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>