#767EED

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

Shades of Medium Slate Blue #767EED

Tints of Medium Slate Blue #767EED

Color information

#767EED (or 0x767EED) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 7E and ED. RGB value is (118,126,237). Sum of RGB (Red+Green+Blue) = 118+126+237=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #767EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767EED is #898112. Grayscale: #878787. Windows color (decimal): -9011475 or 15564406. OLE color: 15564406.

HSL color Cylindrical-coordinate representation of color #767EED: hue angle of 235.97º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #767EED is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118126237-
CMYK0.500.4700.07
HSL235.97º76.77%69.61%-
HSV(B)235.97º50.21%92.94%-
XYZ30.2224.8983.33-
YUV136.26184.85114.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 237 (92.97% from 255) = 49.27%
R=24.53%
G=26.20%
B=49.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181262370.500.4700.07235.9776.7769.61
Hex767EED322F07ec4d46
Octal166176355625707354115106
Binary111011011111101110110111001010111101111110110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767EED; }

 p { color: rgb(118,126,237); }

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

<style>
 a { background-color: #767EED; }

 a { background-color: rgb(118,126,237); }

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

<style>
 span { border-color: #767EED; }

 span { border-color: rgb(118,126,237); }

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