#775be2

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

Shades of Medium Slate Blue #775BE2

Tints of Medium Slate Blue #775BE2

Color information

#775BE2 (or 0x775BE2) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5B and E2. RGB value is (119,91,226). Sum of RGB (Red+Green+Blue) = 119+91+226=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 226 (88.67% from 255 or 51.83% from 436); Max value from RGB is 226 - color contains mainly: blue. Hex color #775BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BE2 is #88A41D. Grayscale: #727272. Windows color (decimal): -8954910 or 14834551. OLE color: 14834551.

HSL color Cylindrical-coordinate representation of color #775BE2: hue angle of 252.44º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #775BE2 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11991226-
CMYK0.470.6000.11
HSL252.44º69.95%62.16%-
HSV(B)252.44º59.73%88.63%-
XYZ25.0816.973.89-
YUV114.76190.78131.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 226 (88.67% from 255) = 51.83%
R=27.29%
G=20.87%
B=51.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal119912260.470.6000.11252.4469.9562.16
Hex775BE22F3C0Bfc463e
Octal167133342577401337410676
Binary111011110110111110001010111111110001011111111001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775be2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775be2; }

 p { color: rgb(119,91,226); }

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

<style>
 a { background-color: #775be2; }

 a { background-color: rgb(119,91,226); }

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

<style>
 span { border-color: #775be2; }

 span { border-color: rgb(119,91,226); }

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