#7F7ADF

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

Shades of Medium Slate Blue #7F7ADF

Tints of Medium Slate Blue #7F7ADF

Color information

#7F7ADF (or 0x7F7ADF) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 7A and DF. RGB value is (127,122,223). Sum of RGB (Red+Green+Blue) = 127+122+223=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F7ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ADF is #808520. Grayscale: #868686. Windows color (decimal): -8422689 or 14645887. OLE color: 14645887.

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

Color convert

RGB127122223-
CMYK0.430.4500.13
HSL242.97º61.21%67.65%-
HSV(B)242.97º45.29%87.45%-
XYZ29.0323.7672.87-
YUV135.01177.66122.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 223 (87.5% from 255) = 47.25%
R=26.91%
G=25.85%
B=47.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1271222230.430.4500.13242.9761.2167.65
Hex7F7ADF2B2D0Df33d44
Octal177172337535501536375104
Binary111111111110101101111110101110110101101111100111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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