#7B76DE

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

Shades of Medium Slate Blue #7B76DE

Tints of Medium Slate Blue #7B76DE

Color information

#7B76DE (or 0x7B76DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 76 and DE. RGB value is (123,118,222). Sum of RGB (Red+Green+Blue) = 123+118+222=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B76DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B76DE is #848921. Grayscale: #828282. Windows color (decimal): -8685858 or 14579323. OLE color: 14579323.

HSL color Cylindrical-coordinate representation of color #7B76DE: hue angle of 242.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B76DE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123118222-
CMYK0.450.4700.13
HSL242.88º61.18%66.67%-
HSV(B)242.88º46.85%87.06%-
XYZ27.8322.4471.97-
YUV131.35179.16122.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.57%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=26.57%
G=25.49%
B=47.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231182220.450.4700.13242.8861.1866.67
Hex7B76DE2D2F0Df33d43
Octal173166336555701536375103
Binary111101111101101101111010110110111101101111100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B76DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,118,222); }

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

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

 a { background-color: rgb(123,118,222); }

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

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

 span { border-color: rgb(123,118,222); }

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