#7F75DF

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

Shades of Medium Slate Blue #7F75DF

Tints of Medium Slate Blue #7F75DF

Color information

#7F75DF (or 0x7F75DF) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 75 and DF. RGB value is (127,117,223). Sum of RGB (Red+Green+Blue) = 127+117+223=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F75DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F75DF is #808A20. Grayscale: #838383. Windows color (decimal): -8423969 or 14644607. OLE color: 14644607.

HSL color Cylindrical-coordinate representation of color #7F75DF: hue angle of 245.66º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F75DF is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB127117223-
CMYK0.430.4800.13
HSL245.66º62.35%66.67%-
HSV(B)245.66º47.53%87.45%-
XYZ28.4322.5672.67-
YUV132.07179.31124.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.19%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=27.19%
G=25.05%
B=47.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1271172230.430.4800.13245.6662.3566.67
Hex7F75DF2B300Df63e43
Octal177165337536001536676103
Binary111111111101011101111110101111000001101111101101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F75DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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