#775DEC

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

Shades of Medium Slate Blue #775DEC

Tints of Medium Slate Blue #775DEC

Color information

#775DEC (or 0x775DEC) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5D and EC. RGB value is (119,93,236). Sum of RGB (Red+Green+Blue) = 119+93+236=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #775DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775DEC is #88A213. Grayscale: #747474. Windows color (decimal): -8954388 or 15490423. OLE color: 15490423.

HSL color Cylindrical-coordinate representation of color #775DEC: hue angle of 250.91º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #775DEC is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11993236-
CMYK0.500.6100.07
HSL250.91º79.01%64.51%-
HSV(B)250.91º60.59%92.55%-
XYZ26.6617.8181.39-
YUV117.08195.11129.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.56%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 236 (92.58% from 255) = 52.68%
R=26.56%
G=20.76%
B=52.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal119932360.500.6100.07250.9179.0164.51
Hex775DEC323D07fb4f41
Octal167135354627507373117101
Binary111011110111011110110011001011110101111111101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,93,236); }

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

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

 a { background-color: rgb(119,93,236); }

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

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

 span { border-color: rgb(119,93,236); }

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