#7045C9

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

Shades of Slate Blue #7045C9

Tints of Slate Blue #7045C9

Color information

#7045C9 (or 0x7045C9) is unknown color: approx Slate Blue. HEX triplet: 70, 45 and C9. RGB value is (112,69,201). Sum of RGB (Red+Green+Blue) = 112+69+201=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #7045C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7045C9 is #8FBA36. Grayscale: #606060. Windows color (decimal): -9419319 or 13190512. OLE color: 13190512.

HSL color Cylindrical-coordinate representation of color #7045C9: hue angle of 259.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7045C9 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11269201-
CMYK0.440.6600.21
HSL259.55º55%52.94%-
HSV(B)259.55º65.67%78.82%-
XYZ19.3511.9256.54-
YUV96.9186.75138.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 201 (78.91% from 255) = 52.62%
R=29.32%
G=18.06%
B=52.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112692010.440.6600.21259.555552.94
Hex7045C92C420151043735
Octal160105311541020254046765
Binary11100001000101110010011011001000010010101100000100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7045C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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