#7B77EB

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

Shades of Medium Slate Blue #7B77EB

Tints of Medium Slate Blue #7B77EB

Color information

#7B77EB (or 0x7B77EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 77 and EB. RGB value is (123,119,235). Sum of RGB (Red+Green+Blue) = 123+119+235=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B77EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B77EB is #848814. Grayscale: #848484. Windows color (decimal): -8685589 or 15431547. OLE color: 15431547.

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

Color convert

RGB123119235-
CMYK0.480.4900.08
HSL242.07º74.36%69.41%-
HSV(B)242.07º49.36%92.16%-
XYZ29.7623.481.55-
YUV133.42185.33120.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.79%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 235 (92.19% from 255) = 49.27%
R=25.79%
G=24.95%
B=49.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231192350.480.4900.08242.0774.3669.41
Hex7B77EB303108f24a45
Octal1731673536061010362112105
Binary1111011111011111101011110000110001010001111001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B77EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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