#7B65F6

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

Shades of Medium Slate Blue #7B65F6

Tints of Medium Slate Blue #7B65F6

Color information

#7B65F6 (or 0x7B65F6) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 65 and F6. RGB value is (123,101,246). Sum of RGB (Red+Green+Blue) = 123+101+246=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #7B65F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B65F6 is #849A09. Grayscale: #7B7B7B. Windows color (decimal): -8690186 or 16147835. OLE color: 16147835.

HSL color Cylindrical-coordinate representation of color #7B65F6: hue angle of 249.1º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B65F6 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB123101246-
CMYK0.500.5900.04
HSL249.1º88.96%68.04%-
HSV(B)249.1º58.94%96.47%-
XYZ29.4620.1789.53-
YUV124.11196.79127.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.17%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 246 (96.48% from 255) = 52.34%
R=26.17%
G=21.49%
B=52.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1231012460.500.5900.04249.188.9668.04
Hex7B65F6323B04f95944
Octal173145366627304371131104
Binary111101111001011111011011001011101101001111100110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B65F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,101,246); }

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

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

 a { background-color: rgb(123,101,246); }

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

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

 span { border-color: rgb(123,101,246); }

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