#7B68EB

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

Shades of Medium Slate Blue #7B68EB

Tints of Medium Slate Blue #7B68EB

Color information

#7B68EB (or 0x7B68EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 68 and EB. RGB value is (123,104,235). Sum of RGB (Red+Green+Blue) = 123+104+235=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B68EB is #849714. Grayscale: #7C7C7C. Windows color (decimal): -8689429 or 15427707. OLE color: 15427707.

HSL color Cylindrical-coordinate representation of color #7B68EB: hue angle of 248.7º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B68EB is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123104235-
CMYK0.480.5600.08
HSL248.7º76.61%66.47%-
HSV(B)248.7º55.74%92.16%-
XYZ28.1120.1181-
YUV124.62190.29126.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.62%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 235 (92.19% from 255) = 50.87%
R=26.62%
G=22.51%
B=50.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231042350.480.5600.08248.776.6166.47
Hex7B68EB303808f94d42
Octal1731503536070010371115102
Binary1111011110100011101011110000111000010001111100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B68EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,104,235); }

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

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

 a { background-color: rgb(123,104,235); }

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

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

 span { border-color: rgb(123,104,235); }

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