#746ACF

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

Shades of Slate Blue #746ACF

Tints of Slate Blue #746ACF

Color information

#746ACF (or 0x746ACF) is unknown color: approx Slate Blue. HEX triplet: 74, 6A and CF. RGB value is (116,106,207). Sum of RGB (Red+Green+Blue) = 116+106+207=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #746ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ACF is #8B9530. Grayscale: #787878. Windows color (decimal): -9147697 or 13593204. OLE color: 13593204.

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

Color convert

RGB116106207-
CMYK0.440.4900.19
HSL245.94º51.27%61.37%-
HSV(B)245.94º48.79%81.18%-
XYZ23.6218.5361.36-
YUV120.5176.81124.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=27.04%
G=24.71%
B=48.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161062070.440.4900.19245.9451.2761.37
Hex746ACF2C31013f6333d
Octal16415231754610233666375
Binary111010011010101100111110110011000101001111110110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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