#7775F1

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

Shades of Medium Slate Blue #7775F1

Tints of Medium Slate Blue #7775F1

Color information

#7775F1 (or 0x7775F1) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 75 and F1. RGB value is (119,117,241). Sum of RGB (Red+Green+Blue) = 119+117+241=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #7775F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7775F1 is #888A0E. Grayscale: #838383. Windows color (decimal): -8948239 or 15824247. OLE color: 15824247.

HSL color Cylindrical-coordinate representation of color #7775F1: hue angle of 240.97º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7775F1 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119117241-
CMYK0.510.5100.05
HSL240.97º81.58%70.2%-
HSV(B)240.97º51.45%94.51%-
XYZ29.852386.08-
YUV131.73189.66118.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.95%
GREEN value IS 117 (46.09% from 255) = 24.53%
BLUE value IS 241 (94.53% from 255) = 50.52%
R=24.95%
G=24.53%
B=50.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191172410.510.5100.05240.9781.5870.2
Hex7775F1333305f15246
Octal167165361636305361122106
Binary111011111101011111000111001111001101011111000110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7775F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7775F1; }

 p { color: rgb(119,117,241); }

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

<style>
 a { background-color: #7775F1; }

 a { background-color: rgb(119,117,241); }

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

<style>
 span { border-color: #7775F1; }

 span { border-color: rgb(119,117,241); }

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