#767CDE

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

Shades of Medium Slate Blue #767CDE

Tints of Medium Slate Blue #767CDE

Color information

#767CDE (or 0x767CDE) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 7C and DE. RGB value is (118,124,222). Sum of RGB (Red+Green+Blue) = 118+124+222=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #767CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CDE is #898321. Grayscale: #848484. Windows color (decimal): -9012002 or 14580854. OLE color: 14580854.

HSL color Cylindrical-coordinate representation of color #767CDE: hue angle of 236.54º 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 #767CDE is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118124222-
CMYK0.470.4400.13
HSL236.54º61.18%66.67%-
HSV(B)236.54º46.85%87.06%-
XYZ27.8623.5472.18-
YUV133.38178.01117.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.43%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 222 (87.11% from 255) = 47.84%
R=25.43%
G=26.72%
B=47.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181242220.470.4400.13236.5461.1866.67
Hex767CDE2F2C0Ded3d43
Octal166174336575401535575103
Binary111011011111001101111010111110110001101111011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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