#7C77DE

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

Shades of Medium Slate Blue #7C77DE

Tints of Medium Slate Blue #7C77DE

Color information

#7C77DE (or 0x7C77DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 77 and DE. RGB value is (124,119,222). Sum of RGB (Red+Green+Blue) = 124+119+222=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C77DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C77DE is #838821. Grayscale: #838383. Windows color (decimal): -8620066 or 14579580. OLE color: 14579580.

HSL color Cylindrical-coordinate representation of color #7C77DE: hue angle of 242.91º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C77DE is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124119222-
CMYK0.440.4600.13
HSL242.91º60.95%66.86%-
HSV(B)242.91º46.4%87.06%-
XYZ28.0922.7572.02-
YUV132.24178.66122.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.67%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=26.67%
G=25.59%
B=47.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241192220.440.4600.13242.9160.9566.86
Hex7C77DE2C2E0Df33d43
Octal174167336545601536375103
Binary111110011101111101111010110010111001101111100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,119,222); }

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

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

 a { background-color: rgb(124,119,222); }

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

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

 span { border-color: rgb(124,119,222); }

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