#777BDF

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

Shades of Medium Slate Blue #777BDF

Tints of Medium Slate Blue #777BDF

Color information

#777BDF (or 0x777BDF) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 7B and DF. RGB value is (119,123,223). Sum of RGB (Red+Green+Blue) = 119+123+223=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #777BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BDF is #888420. Grayscale: #848484. Windows color (decimal): -8946721 or 14646135. OLE color: 14646135.

HSL color Cylindrical-coordinate representation of color #777BDF: hue angle of 237.69º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777BDF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119123223-
CMYK0.470.4500.13
HSL237.69º61.9%67.06%-
HSV(B)237.69º46.64%87.45%-
XYZ28.0123.4272.86-
YUV133.2178.67117.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.59%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 223 (87.5% from 255) = 47.96%
R=25.59%
G=26.45%
B=47.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191232230.470.4500.13237.6961.967.06
Hex777BDF2F2D0Dee3e43
Octal167173337575501535676103
Binary111011111110111101111110111110110101101111011101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777BDF; }

 p { color: rgb(119,123,223); }

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

<style>
 a { background-color: #777BDF; }

 a { background-color: rgb(119,123,223); }

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

<style>
 span { border-color: #777BDF; }

 span { border-color: rgb(119,123,223); }

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