#7D7CF0

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

Shades of Medium Slate Blue #7D7CF0

Tints of Medium Slate Blue #7D7CF0

Color information

#7D7CF0 (or 0x7D7CF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 7C and F0. RGB value is (125,124,240). Sum of RGB (Red+Green+Blue) = 125+124+240=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D7CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7CF0 is #82830F. Grayscale: #898989. Windows color (decimal): -8553232 or 15760509. OLE color: 15760509.

HSL color Cylindrical-coordinate representation of color #7D7CF0: hue angle of 240.52º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D7CF0 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125124240-
CMYK0.480.4800.06
HSL240.52º79.45%71.37%-
HSV(B)240.52º48.33%94.12%-
XYZ31.3925.0785.62-
YUV137.52185.83119.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.56%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 240 (94.14% from 255) = 49.08%
R=25.56%
G=25.36%
B=49.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251242400.480.4800.06240.5279.4571.37
Hex7D7CF0303006f14f47
Octal175174360606006361117107
Binary111110111111001111000011000011000001101111000110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,124,240); }

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

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

 a { background-color: rgb(125,124,240); }

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

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

 span { border-color: rgb(125,124,240); }

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