#746ACE

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

Shades of Slate Blue #746ACE

Tints of Slate Blue #746ACE

Color information

#746ACE (or 0x746ACE) is unknown color: approx Slate Blue. HEX triplet: 74, 6A and CE. RGB value is (116,106,206). Sum of RGB (Red+Green+Blue) = 116+106+206=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #746ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ACE is #8B9531. Grayscale: #787878. Windows color (decimal): -9147698 or 13527668. OLE color: 13527668.

HSL color Cylindrical-coordinate representation of color #746ACE: hue angle of 246º 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 #746ACE is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116106206-
CMYK0.440.4900.19
HSL246º50.51%61.18%-
HSV(B)246º48.54%80.78%-
XYZ23.518.4860.72-
YUV120.39176.31124.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 206 (80.86% from 255) = 48.13%
R=27.10%
G=24.77%
B=48.13%

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
Decimal1161062060.440.4900.1924650.5161.18
Hex746ACE2C31013f6333d
Octal16415231654610233666375
Binary111010011010101100111010110011000101001111110110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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