#767CED

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

Shades of Medium Slate Blue #767CED

Tints of Medium Slate Blue #767CED

Color information

#767CED (or 0x767CED) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 7C and ED. RGB value is (118,124,237). Sum of RGB (Red+Green+Blue) = 118+124+237=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #767CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767CED is #898312. Grayscale: #868686. Windows color (decimal): -9011987 or 15563894. OLE color: 15563894.

HSL color Cylindrical-coordinate representation of color #767CED: hue angle of 236.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 #767CED is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118124237-
CMYK0.500.4800.07
HSL236.97º76.77%69.61%-
HSV(B)236.97º50.21%92.94%-
XYZ29.9624.3883.25-
YUV135.09185.51115.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 237 (92.97% from 255) = 49.48%
R=24.63%
G=25.89%
B=49.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181242370.500.4800.07236.9776.7769.61
Hex767CED323007ed4d46
Octal166174355626007355115106
Binary111011011111001110110111001011000001111110110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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