#765CFD

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

Shades of Medium Slate Blue #765CFD

Tints of Medium Slate Blue #765CFD

Color information

#765CFD (or 0x765CFD) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 5C and FD. RGB value is (118,92,253). Sum of RGB (Red+Green+Blue) = 118+92+253=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #765CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765CFD is #89A302. Grayscale: #757575. Windows color (decimal): -9020163 or 16604278. OLE color: 16604278.

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

Color convert

RGB11892253-
CMYK0.530.6400.01
HSL249.69º97.58%67.65%-
HSV(B)249.69º63.64%99.22%-
XYZ29.0318.694.99-
YUV118.13204.11127.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.49%
GREEN value IS 92 (36.33% from 255) = 19.87%
BLUE value IS 253 (99.22% from 255) = 54.64%
R=25.49%
G=19.87%
B=54.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal118922530.530.6400.01249.6997.5867.65
Hex765CFD354001fa6244
Octal1661343756510001372142104
Binary11101101011100111111011101011000000011111101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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