#7F74EB

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

Shades of Medium Slate Blue #7F74EB

Tints of Medium Slate Blue #7F74EB

Color information

#7F74EB (or 0x7F74EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 74 and EB. RGB value is (127,116,235). Sum of RGB (Red+Green+Blue) = 127+116+235=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F74EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F74EB is #808B14. Grayscale: #848484. Windows color (decimal): -8424213 or 15430783. OLE color: 15430783.

HSL color Cylindrical-coordinate representation of color #7F74EB: hue angle of 245.55º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F74EB is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127116235-
CMYK0.460.5100.08
HSL245.55º74.84%68.82%-
HSV(B)245.55º50.64%92.16%-
XYZ29.992381.46-
YUV132.85185.64123.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.57%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 235 (92.19% from 255) = 49.16%
R=26.57%
G=24.27%
B=49.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271162350.460.5100.08245.5574.8468.82
Hex7F74EB2E3308f64b45
Octal1771643535663010366113105
Binary1111111111010011101011101110110011010001111011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F74EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,116,235); }

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

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

 a { background-color: rgb(127,116,235); }

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

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

 span { border-color: rgb(127,116,235); }

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