#7F75DE

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

Shades of Medium Slate Blue #7F75DE

Tints of Medium Slate Blue #7F75DE

Color information

#7F75DE (or 0x7F75DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 75 and DE. RGB value is (127,117,222). Sum of RGB (Red+Green+Blue) = 127+117+222=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F75DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F75DE is #808A21. Grayscale: #838383. Windows color (decimal): -8423970 or 14579071. OLE color: 14579071.

HSL color Cylindrical-coordinate representation of color #7F75DE: hue angle of 245.71º 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 #7F75DE is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB127117222-
CMYK0.430.4700.13
HSL245.71º61.4%66.47%-
HSV(B)245.71º47.3%87.06%-
XYZ28.322.5171.96-
YUV131.96178.81124.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.25%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 222 (87.11% from 255) = 47.64%
R=27.25%
G=25.11%
B=47.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1271172220.430.4700.13245.7161.466.47
Hex7F75DE2B2F0Df63d42
Octal177165336535701536675102
Binary111111111101011101111010101110111101101111101101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F75DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F75DE; }

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

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

<style>
 a { background-color: #7F75DE; }

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

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

<style>
 span { border-color: #7F75DE; }

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

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