#7B75E9

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

Shades of Medium Slate Blue #7B75E9

Tints of Medium Slate Blue #7B75E9

Color information

#7B75E9 (or 0x7B75E9) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 75 and E9. RGB value is (123,117,233). Sum of RGB (Red+Green+Blue) = 123+117+233=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #7B75E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B75E9 is #848A16. Grayscale: #838383. Windows color (decimal): -8686103 or 15299963. OLE color: 15299963.

HSL color Cylindrical-coordinate representation of color #7B75E9: hue angle of 243.1º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B75E9 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB123117233-
CMYK0.470.5000.09
HSL243.1º72.5%68.63%-
HSV(B)243.1º49.79%91.37%-
XYZ29.2422.8279.95-
YUV132.02184.99121.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 233 (91.41% from 255) = 49.26%
R=26.00%
G=24.74%
B=49.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1231172330.470.5000.09243.172.568.63
Hex7B75E92F3209f34845
Octal1731653515762011363110105
Binary1111011111010111101001101111110010010011111001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B75E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,117,233); }

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

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

 a { background-color: rgb(123,117,233); }

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

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

 span { border-color: rgb(123,117,233); }

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