#775AF3

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

Shades of Medium Slate Blue #775AF3

Tints of Medium Slate Blue #775AF3

Color information

#775AF3 (or 0x775AF3) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5A and F3. RGB value is (119,90,243). Sum of RGB (Red+Green+Blue) = 119+90+243=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #775AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775AF3 is #88A50C. Grayscale: #737373. Windows color (decimal): -8955149 or 15948407. OLE color: 15948407.

HSL color Cylindrical-coordinate representation of color #775AF3: hue angle of 251.37º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #775AF3 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11990243-
CMYK0.510.6300.05
HSL251.37º86.44%65.29%-
HSV(B)251.37º62.96%95.29%-
XYZ27.4417.7186.77-
YUV116.11199.61130.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.33%
GREEN value IS 90 (35.55% from 255) = 19.91%
BLUE value IS 243 (95.31% from 255) = 53.76%
R=26.33%
G=19.91%
B=53.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal119902430.510.6300.05251.3786.4465.29
Hex775AF3333F05fb5641
Octal167132363637705373126101
Binary111011110110101111001111001111111101011111101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,90,243); }

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

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

 a { background-color: rgb(119,90,243); }

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

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

 span { border-color: rgb(119,90,243); }

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