#767BE4

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

Shades of Medium Slate Blue #767BE4

Tints of Medium Slate Blue #767BE4

Color information

#767BE4 (or 0x767BE4) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 7B and E4. RGB value is (118,123,228). Sum of RGB (Red+Green+Blue) = 118+123+228=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #767BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BE4 is #89841B. Grayscale: #858585. Windows color (decimal): -9012252 or 14973814. OLE color: 14973814.

HSL color Cylindrical-coordinate representation of color #767BE4: hue angle of 237.27º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #767BE4 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB118123228-
CMYK0.480.4600.11
HSL237.27º67.07%67.84%-
HSV(B)237.27º48.25%89.41%-
XYZ28.5623.6276.45-
YUV133.48181.34116.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.16%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 228 (89.45% from 255) = 48.61%
R=25.16%
G=26.23%
B=48.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1181232280.480.4600.11237.2767.0767.84
Hex767BE4302E0Bed4344
Octal1661733446056013355103104
Binary1110110111101111100100110000101110010111110110110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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