#7F7BE0

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

Shades of Medium Slate Blue #7F7BE0

Tints of Medium Slate Blue #7F7BE0

Color information

#7F7BE0 (or 0x7F7BE0) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 7B and E0. RGB value is (127,123,224). Sum of RGB (Red+Green+Blue) = 127+123+224=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F7BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7BE0 is #80841F. Grayscale: #878787. Windows color (decimal): -8422432 or 14711679. OLE color: 14711679.

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

Color convert

RGB127123224-
CMYK0.430.4500.12
HSL242.38º61.96%68.04%-
HSV(B)242.38º45.09%87.84%-
XYZ29.2924.0673.62-
YUV135.71177.83121.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.79%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 224 (87.89% from 255) = 47.26%
R=26.79%
G=25.95%
B=47.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1271232240.430.4500.12242.3861.9668.04
Hex7F7BE02B2D0Cf23e44
Octal177173340535501436276104
Binary111111111110111110000010101110110101100111100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,123,224); }

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

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

 a { background-color: rgb(127,123,224); }

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

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

 span { border-color: rgb(127,123,224); }

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