#7C45D0

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

Shades of Slate Blue #7C45D0

Tints of Slate Blue #7C45D0

Color information

#7C45D0 (or 0x7C45D0) is unknown color: approx Slate Blue. HEX triplet: 7C, 45 and D0. RGB value is (124,69,208). Sum of RGB (Red+Green+Blue) = 124+69+208=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #7C45D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C45D0 is #83BA2F. Grayscale: #646464. Windows color (decimal): -8632880 or 13649276. OLE color: 13649276.

HSL color Cylindrical-coordinate representation of color #7C45D0: hue angle of 263.74º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C45D0 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12469208-
CMYK0.400.6700.18
HSL263.74º59.66%54.31%-
HSV(B)263.74º66.83%81.57%-
XYZ21.8313.161.05-
YUV101.29188.22144.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 208 (81.64% from 255) = 51.87%
R=30.92%
G=17.21%
B=51.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124692080.400.6700.18263.7459.6654.31
Hex7C45D028430121083c36
Octal174105320501030224107466
Binary11111001000101110100001010001000011010010100001000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C45D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C45D0; }

 p { color: rgb(124,69,208); }

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

<style>
 a { background-color: #7C45D0; }

 a { background-color: rgb(124,69,208); }

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

<style>
 span { border-color: #7C45D0; }

 span { border-color: rgb(124,69,208); }

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