#7C61DB

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

Shades of Medium Slate Blue #7C61DB

Tints of Medium Slate Blue #7C61DB

Color information

#7C61DB (or 0x7C61DB) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 61 and DB. RGB value is (124,97,219). Sum of RGB (Red+Green+Blue) = 124+97+219=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61DB is #839E24. Grayscale: #767676. Windows color (decimal): -8625701 or 14377340. OLE color: 14377340.

HSL color Cylindrical-coordinate representation of color #7C61DB: hue angle of 253.28º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C61DB is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12497219-
CMYK0.430.5600.14
HSL253.28º62.89%61.96%-
HSV(B)253.28º55.71%85.88%-
XYZ25.3717.9569.15-
YUV118.98184.45131.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.18%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 219 (85.94% from 255) = 49.77%
R=28.18%
G=22.05%
B=49.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal124972190.430.5600.14253.2862.8961.96
Hex7C61DB2B380Efd3f3e
Octal17414133353700163757776
Binary11111001100001110110111010111110000111011111101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C61DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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