#7F75DD

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

Shades of Medium Slate Blue #7F75DD

Tints of Medium Slate Blue #7F75DD

Color information

#7F75DD (or 0x7F75DD) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 75 and DD. RGB value is (127,117,221). Sum of RGB (Red+Green+Blue) = 127+117+221=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F75DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F75DD is #808A22. Grayscale: #838383. Windows color (decimal): -8423971 or 14513535. OLE color: 14513535.

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

Color convert

RGB127117221-
CMYK0.430.4700.13
HSL245.77º60.47%66.27%-
HSV(B)245.77º47.06%86.67%-
XYZ28.1622.4671.26-
YUV131.85178.31124.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 221 (86.72% from 255) = 47.53%
R=27.31%
G=25.16%
B=47.53%

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
Decimal1271172210.430.4700.13245.7760.4766.27
Hex7F75DD2B2F0Df63c42
Octal177165335535701536674102
Binary111111111101011101110110101110111101101111101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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