#7C61D0

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

Shades of Slate Blue #7C61D0

Tints of Slate Blue #7C61D0

Color information

#7C61D0 (or 0x7C61D0) is unknown color: approx Slate Blue. HEX triplet: 7C, 61 and D0. RGB value is (124,97,208). Sum of RGB (Red+Green+Blue) = 124+97+208=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #7C61D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61D0 is #839E2F. Grayscale: #757575. Windows color (decimal): -8625712 or 13656444. OLE color: 13656444.

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

Color convert

RGB12497208-
CMYK0.400.5300.18
HSL254.59º54.15%59.8%-
HSV(B)254.59º53.37%81.57%-
XYZ23.9717.3961.77-
YUV117.73178.95132.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.90%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 208 (81.64% from 255) = 48.48%
R=28.90%
G=22.61%
B=48.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124972080.400.5300.18254.5954.1559.8
Hex7C61D02835012ff363c
Octal17414132050650223776674
Binary111110011000011101000010100011010101001011111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C61D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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