#7775DE

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

Shades of Medium Slate Blue #7775DE

Tints of Medium Slate Blue #7775DE

Color information

#7775DE (or 0x7775DE) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 75 and DE. RGB value is (119,117,222). Sum of RGB (Red+Green+Blue) = 119+117+222=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #7775DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7775DE is #888A21. Grayscale: #818181. Windows color (decimal): -8948258 or 14579063. OLE color: 14579063.

HSL color Cylindrical-coordinate representation of color #7775DE: hue angle of 241.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7775DE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119117222-
CMYK0.460.4700.13
HSL241.14º61.4%66.47%-
HSV(B)241.14º47.3%87.06%-
XYZ27.1521.9271.91-
YUV129.57180.16120.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 222 (87.11% from 255) = 48.47%
R=25.98%
G=25.55%
B=48.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191172220.460.4700.13241.1461.466.47
Hex7775DE2E2F0Df13d42
Octal167165336565701536175102
Binary111011111101011101111010111010111101101111100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7775DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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