#7B7EEB

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

Shades of Medium Slate Blue #7B7EEB

Tints of Medium Slate Blue #7B7EEB

Color information

#7B7EEB (or 0x7B7EEB) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 7E and EB. RGB value is (123,126,235). Sum of RGB (Red+Green+Blue) = 123+126+235=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B7EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7EEB is #848114. Grayscale: #898989. Windows color (decimal): -8683797 or 15433339. OLE color: 15433339.

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

Color convert

RGB123126235-
CMYK0.480.4600.08
HSL238.39º73.68%70.2%-
HSV(B)238.39º47.66%92.16%-
XYZ30.6225.1381.83-
YUV137.53183.01117.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.41%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 235 (92.19% from 255) = 48.55%
R=25.41%
G=26.03%
B=48.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231262350.480.4600.08238.3973.6870.2
Hex7B7EEB302E08ee4a46
Octal1731763536056010356112106
Binary1111011111111011101011110000101110010001110111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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