#765BFF

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

Shades of Medium Slate Blue #765BFF

Tints of Medium Slate Blue #765BFF

Color information

#765BFF (or 0x765BFF) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 5B and FF. RGB value is (118,91,255). Sum of RGB (Red+Green+Blue) = 118+91+255=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #765BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765BFF is #89A400. Grayscale: #757575. Windows color (decimal): -9020417 or 16735094. OLE color: 16735094.

HSL color Cylindrical-coordinate representation of color #765BFF: hue angle of 249.88º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #765BFF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11891255-
CMYK0.540.6400
HSL249.88º100%67.84%-
HSV(B)249.88º64.31%100%-
XYZ29.2618.5596.65-
YUV117.77205.45128.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.43%
GREEN value IS 91 (35.94% from 255) = 19.61%
BLUE value IS 255 (100% from 255) = 54.96%
R=25.43%
G=19.61%
B=54.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal118912550.540.6400249.8810067.84
Hex765BFF364000fa6444
Octal1661333776610000372144104
Binary11101101011011111111111101101000000001111101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765BFF; }

 p { color: rgb(118,91,255); }

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

<style>
 a { background-color: #765BFF; }

 a { background-color: rgb(118,91,255); }

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

<style>
 span { border-color: #765BFF; }

 span { border-color: rgb(118,91,255); }

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