#767BEC

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

Shades of Medium Slate Blue #767BEC

Tints of Medium Slate Blue #767BEC

Color information

#767BEC (or 0x767BEC) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 7B and EC. RGB value is (118,123,236). Sum of RGB (Red+Green+Blue) = 118+123+236=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #767BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767BEC is #898413. Grayscale: #858585. Windows color (decimal): -9012244 or 15498102. OLE color: 15498102.

HSL color Cylindrical-coordinate representation of color #767BEC: hue angle of 237.46º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #767BEC is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118123236-
CMYK0.50.4800.07
HSL237.46º75.64%69.41%-
HSV(B)237.46º50%92.55%-
XYZ29.6924.0782.44-
YUV134.39185.34116.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.74%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=24.74%
G=25.79%
B=49.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181232360.50.4800.07237.4675.6469.41
Hex767BEC323007ed4c45
Octal166173354626007355114105
Binary111011011110111110110011001011000001111110110110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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