#775fe8

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

Shades of Medium Slate Blue #775FE8

Tints of Medium Slate Blue #775FE8

Color information

#775FE8 (or 0x775FE8) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5F and E8. RGB value is (119,95,232). Sum of RGB (Red+Green+Blue) = 119+95+232=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #775FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775FE8 is #88A017. Grayscale: #757575. Windows color (decimal): -8953880 or 15228791. OLE color: 15228791.

HSL color Cylindrical-coordinate representation of color #775FE8: hue angle of 250.51º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #775FE8 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11995232-
CMYK0.490.5900.09
HSL250.51º74.86%64.12%-
HSV(B)250.51º59.05%90.98%-
XYZ26.2717.9378.42-
YUV117.79192.45128.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.68%
GREEN value IS 95 (37.5% from 255) = 21.30%
BLUE value IS 232 (91.02% from 255) = 52.02%
R=26.68%
G=21.30%
B=52.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal119952320.490.5900.09250.5174.8664.12
Hex775FE8313B09fb4b40
Octal1671373506173011373113100
Binary1110111101111111101000110001111011010011111101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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