#775FFA

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

Shades of Medium Slate Blue #775FFA

Tints of Medium Slate Blue #775FFA

Color information

#775FFA (or 0x775FFA) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5F and FA. RGB value is (119,95,250). Sum of RGB (Red+Green+Blue) = 119+95+250=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #775FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775FFA is #88A005. Grayscale: #777777. Windows color (decimal): -8953862 or 16408439. OLE color: 16408439.

HSL color Cylindrical-coordinate representation of color #775FFA: hue angle of 249.29º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #775FFA is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11995250-
CMYK0.520.6200.02
HSL249.29º93.94%67.65%-
HSV(B)249.29º62%98.04%-
XYZ28.9619.0192.59-
YUV119.85201.45127.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 95 (37.5% from 255) = 20.47%
BLUE value IS 250 (98.05% from 255) = 53.88%
R=25.65%
G=20.47%
B=53.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal119952500.520.6200.02249.2993.9467.65
Hex775FFA343E02f95e44
Octal167137372647602371136104
Binary11101111011111111110101101001111100101111100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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