#7F7CED

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

Shades of Medium Slate Blue #7F7CED

Tints of Medium Slate Blue #7F7CED

Color information

#7F7CED (or 0x7F7CED) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 7C and ED. RGB value is (127,124,237). Sum of RGB (Red+Green+Blue) = 127+124+237=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F7CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7CED is #808312. Grayscale: #898989. Windows color (decimal): -8422163 or 15563903. OLE color: 15563903.

HSL color Cylindrical-coordinate representation of color #7F7CED: hue angle of 241.59º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F7CED is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127124237-
CMYK0.460.4800.07
HSL241.59º75.84%70.78%-
HSV(B)241.59º47.68%92.94%-
XYZ31.2525.0483.31-
YUV137.78183.99120.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 124 (48.83% from 255) = 25.41%
BLUE value IS 237 (92.97% from 255) = 48.57%
R=26.02%
G=25.41%
B=48.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271242370.460.4800.07241.5975.8470.78
Hex7F7CED2E3007f24c47
Octal177174355566007362114107
Binary111111111111001110110110111011000001111111001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,124,237); }

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

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

 a { background-color: rgb(127,124,237); }

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

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

 span { border-color: rgb(127,124,237); }

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