#746BCC

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

Shades of Slate Blue #746BCC

Tints of Slate Blue #746BCC

Color information

#746BCC (or 0x746BCC) is unknown color: approx Slate Blue. HEX triplet: 74, 6B and CC. RGB value is (116,107,204). Sum of RGB (Red+Green+Blue) = 116+107+204=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #746BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BCC is #8B9433. Grayscale: #787878. Windows color (decimal): -9147444 or 13396852. OLE color: 13396852.

HSL color Cylindrical-coordinate representation of color #746BCC: hue angle of 245.57º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #746BCC is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116107204-
CMYK0.430.4800.2
HSL245.57º48.74%60.98%-
HSV(B)245.57º47.55%80%-
XYZ23.3618.5959.48-
YUV120.75174.98124.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.17%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=27.17%
G=25.06%
B=47.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161072040.430.4800.2245.5748.7460.98
Hex746BCC2B30014f6313d
Octal16415331453600243666175
Binary111010011010111100110010101111000001010011110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,107,204); }

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

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

 a { background-color: rgb(116,107,204); }

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

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

 span { border-color: rgb(116,107,204); }

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