#7045D8

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

Shades of Slate Blue #7045D8

Tints of Slate Blue #7045D8

Color information

#7045D8 (or 0x7045D8) is unknown color: approx Slate Blue. HEX triplet: 70, 45 and D8. RGB value is (112,69,216). Sum of RGB (Red+Green+Blue) = 112+69+216=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #7045D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7045D8 is #8FBA27. Grayscale: #626262. Windows color (decimal): -9419304 or 14173552. OLE color: 14173552.

HSL color Cylindrical-coordinate representation of color #7045D8: hue angle of 257.55º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7045D8 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11269216-
CMYK0.480.6800.15
HSL257.55º65.33%55.88%-
HSV(B)257.55º68.06%84.71%-
XYZ21.212.6666.29-
YUV98.62194.25137.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 216 (84.77% from 255) = 54.41%
R=28.21%
G=17.38%
B=54.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112692160.480.6800.15257.5565.3355.88
Hex7045D830440F1024138
Octal1601053306010401740210170
Binary11100001000101110110001100001000100011111000000101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7045D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7045D8; }

 p { color: rgb(112,69,216); }

 H1.HeaderClassName
 {
   color: #7045D8;
 }
 .AnyTagClassName
 {
   color: #7045D8;
 }
</style>
background-color css

<style>
 a { background-color: #7045D8; }

 a { background-color: rgb(112,69,216); }

 div.DivClassName
 {
   background-color: #7045D8;
 }
 .BgClassName
 {
   background-color: #7045D8;
 }
</style>
border-color css

<style>
 span { border-color: #7045D8; }

 span { border-color: rgb(112,69,216); }

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