#746CCF

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

Shades of Slate Blue #746CCF

Tints of Slate Blue #746CCF

Color information

#746CCF (or 0x746CCF) is unknown color: approx Slate Blue. HEX triplet: 74, 6C and CF. RGB value is (116,108,207). Sum of RGB (Red+Green+Blue) = 116+108+207=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #746CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CCF is #8B9330. Grayscale: #797979. Windows color (decimal): -9147185 or 13593716. OLE color: 13593716.

HSL color Cylindrical-coordinate representation of color #746CCF: hue angle of 244.85º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #746CCF is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116108207-
CMYK0.440.4800.19
HSL244.85º50.77%61.76%-
HSV(B)244.85º47.83%81.18%-
XYZ23.8318.9461.43-
YUV121.68176.15123.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.91%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 207 (81.25% from 255) = 48.03%
R=26.91%
G=25.06%
B=48.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161082070.440.4800.19244.8550.7761.76
Hex746CCF2C30013f5333e
Octal16415431754600233656376
Binary111010011011001100111110110011000001001111110101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746CCF; }

 p { color: rgb(116,108,207); }

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

<style>
 a { background-color: #746CCF; }

 a { background-color: rgb(116,108,207); }

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

<style>
 span { border-color: #746CCF; }

 span { border-color: rgb(116,108,207); }

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