#775FFF

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

Shades of Medium Slate Blue #775FFF

Tints of Medium Slate Blue #775FFF

Color information

#775FFF (or 0x775FFF) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5F and FF. RGB value is (119,95,255). Sum of RGB (Red+Green+Blue) = 119+95+255=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #775FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775FFF is #88A000. Grayscale: #777777. Windows color (decimal): -8953857 or 16736119. OLE color: 16736119.

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

Color convert

RGB11995255-
CMYK0.530.6300
HSL249º100%68.63%-
HSV(B)249º62.75%100%-
XYZ29.7519.3396.77-
YUV120.42203.95126.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.37%
GREEN value IS 95 (37.5% from 255) = 20.26%
BLUE value IS 255 (100% from 255) = 54.37%
R=25.37%
G=20.26%
B=54.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal119952550.530.630024910068.63
Hex775FFF353F00f96445
Octal167137377657700371144105
Binary1110111101111111111111110101111111001111100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,255); }

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

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

 a { background-color: rgb(119,95,255); }

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

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

 span { border-color: rgb(119,95,255); }

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