#767BDE

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

Shades of Medium Slate Blue #767BDE

Tints of Medium Slate Blue #767BDE

Color information

#767BDE (or 0x767BDE) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 7B and DE. RGB value is (118,123,222). Sum of RGB (Red+Green+Blue) = 118+123+222=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 123 (48.44% from 255 or 26.57% 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 #767BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BDE is #898421. Grayscale: #848484. Windows color (decimal): -9012258 or 14580598. OLE color: 14580598.

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

Color convert

RGB118123222-
CMYK0.470.4500.13
HSL237.12º61.18%66.67%-
HSV(B)237.12º46.85%87.06%-
XYZ27.7423.2972.14-
YUV132.79178.34117.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181232220.470.4500.13237.1261.1866.67
Hex767BDE2F2D0Ded3d43
Octal166173336575501535575103
Binary111011011110111101111010111110110101101111011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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