#767BEB

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

Shades of Medium Slate Blue #767BEB

Tints of Medium Slate Blue #767BEB

Color information

#767BEB (or 0x767BEB) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 7B and EB. RGB value is (118,123,235). Sum of RGB (Red+Green+Blue) = 118+123+235=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #767BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767BEB is #898414. Grayscale: #858585. Windows color (decimal): -9012245 or 15432566. OLE color: 15432566.

HSL color Cylindrical-coordinate representation of color #767BEB: hue angle of 237.44º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #767BEB is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118123235-
CMYK0.500.4800.08
HSL237.44º74.52%69.22%-
HSV(B)237.44º49.79%92.16%-
XYZ29.5524.0281.68-
YUV134.27184.84116.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.79%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=24.79%
G=25.84%
B=49.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181232350.500.4800.08237.4474.5269.22
Hex767BEB323008ed4b45
Octal1661733536260010355113105
Binary1110110111101111101011110010110000010001110110110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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