#7F7BEF

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

Shades of Medium Slate Blue #7F7BEF

Tints of Medium Slate Blue #7F7BEF

Color information

#7F7BEF (or 0x7F7BEF) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 7B and EF. RGB value is (127,123,239). Sum of RGB (Red+Green+Blue) = 127+123+239=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F7BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7BEF is #808410. Grayscale: #888888. Windows color (decimal): -8422417 or 15694719. OLE color: 15694719.

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

Color convert

RGB127123239-
CMYK0.470.4900.06
HSL242.07º78.38%70.98%-
HSV(B)242.07º48.54%93.73%-
XYZ31.4224.9184.81-
YUV137.42185.33120.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.97%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 239 (93.75% from 255) = 48.88%
R=25.97%
G=25.15%
B=48.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1271232390.470.4900.06242.0778.3870.98
Hex7F7BEF2F3106f24e47
Octal177173357576106362116107
Binary111111111110111110111110111111000101101111001010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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