#775DFC

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

Shades of Medium Slate Blue #775DFC

Tints of Medium Slate Blue #775DFC

Color information

#775DFC (or 0x775DFC) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5D and FC. RGB value is (119,93,252). Sum of RGB (Red+Green+Blue) = 119+93+252=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #775DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775DFC is #88A203. Grayscale: #767676. Windows color (decimal): -8954372 or 16538999. OLE color: 16538999.

HSL color Cylindrical-coordinate representation of color #775DFC: hue angle of 249.81º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #775DFC is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11993252-
CMYK0.530.6300.01
HSL249.81º96.36%67.65%-
HSV(B)249.81º63.1%98.82%-
XYZ29.0918.7894.19-
YUV118.9203.11128.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 93 (36.72% from 255) = 20.04%
BLUE value IS 252 (98.83% from 255) = 54.31%
R=25.65%
G=20.04%
B=54.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal119932520.530.6300.01249.8196.3667.65
Hex775DFC353F01fa6044
Octal167135374657701372140104
Binary1110111101110111111100110101111111011111101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775DFC; }

 p { color: rgb(119,93,252); }

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

<style>
 a { background-color: #775DFC; }

 a { background-color: rgb(119,93,252); }

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

<style>
 span { border-color: #775DFC; }

 span { border-color: rgb(119,93,252); }

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