#765CFF

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

Shades of Medium Slate Blue #765CFF

Tints of Medium Slate Blue #765CFF

Color information

#765CFF (or 0x765CFF) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 5C and FF. RGB value is (118,92,255). Sum of RGB (Red+Green+Blue) = 118+92+255=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #765CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765CFF is #89A300. Grayscale: #757575. Windows color (decimal): -9020161 or 16735350. OLE color: 16735350.

HSL color Cylindrical-coordinate representation of color #765CFF: hue angle of 249.57º 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 #765CFF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11892255-
CMYK0.540.6400
HSL249.57º100%68.04%-
HSV(B)249.57º63.92%100%-
XYZ29.3518.7396.68-
YUV118.36205.11127.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.38%
GREEN value IS 92 (36.33% from 255) = 19.78%
BLUE value IS 255 (100% from 255) = 54.84%
R=25.38%
G=19.78%
B=54.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal118922550.540.6400249.5710068.04
Hex765CFF364000fa6444
Octal1661343776610000372144104
Binary11101101011100111111111101101000000001111101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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