#765fda

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

Shades of Slate Blue #765FDA

Tints of Slate Blue #765FDA

Color information

#765FDA (or 0x765FDA) is unknown color: approx Slate Blue. HEX triplet: 76, 5F and DA. RGB value is (118,95,218). Sum of RGB (Red+Green+Blue) = 118+95+218=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #765FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FDA is #89A025. Grayscale: #737373. Windows color (decimal): -9019430 or 14311286. OLE color: 14311286.

HSL color Cylindrical-coordinate representation of color #765FDA: hue angle of 251.22º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #765FDA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11895218-
CMYK0.460.5600.15
HSL251.22º62.44%61.37%-
HSV(B)251.22º56.42%85.49%-
XYZ24.2217.168.35-
YUV115.9185.62129.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.38%
GREEN value IS 95 (37.5% from 255) = 22.04%
BLUE value IS 218 (85.55% from 255) = 50.58%
R=27.38%
G=22.04%
B=50.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal118952180.460.5600.15251.2262.4461.37
Hex765FDA2E380Ffb3e3d
Octal16613733256700173737675
Binary11101101011111110110101011101110000111111111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765fda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,95,218); }

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

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

 a { background-color: rgb(118,95,218); }

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

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

 span { border-color: rgb(118,95,218); }

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