#764DCF

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

Shades of Slate Blue #764DCF

Tints of Slate Blue #764DCF

Color information

#764DCF (or 0x764DCF) is unknown color: approx Slate Blue. HEX triplet: 76, 4D and CF. RGB value is (118,77,207). Sum of RGB (Red+Green+Blue) = 118+77+207=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #764DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DCF is #89B230. Grayscale: #676767. Windows color (decimal): -9024049 or 13585782. OLE color: 13585782.

HSL color Cylindrical-coordinate representation of color #764DCF: hue angle of 258.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #764DCF is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11877207-
CMYK0.430.6300.19
HSL258.92º57.52%55.69%-
HSV(B)258.92º62.8%81.18%-
XYZ21.3913.6660.54-
YUV104.08186.08137.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 77 (30.47% from 255) = 19.15%
BLUE value IS 207 (81.25% from 255) = 51.49%
R=29.35%
G=19.15%
B=51.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118772070.430.6300.19258.9257.5255.69
Hex764DCF2B3F0131033a38
Octal16611531753770234037270
Binary1110110100110111001111101011111111010011100000011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764DCF; }

 p { color: rgb(118,77,207); }

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

<style>
 a { background-color: #764DCF; }

 a { background-color: rgb(118,77,207); }

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

<style>
 span { border-color: #764DCF; }

 span { border-color: rgb(118,77,207); }

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