#746BCA

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

Shades of Slate Blue #746BCA

Tints of Slate Blue #746BCA

Color information

#746BCA (or 0x746BCA) is unknown color: approx Slate Blue. HEX triplet: 74, 6B and CA. RGB value is (116,107,202). Sum of RGB (Red+Green+Blue) = 116+107+202=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #746BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BCA is #8B9435. Grayscale: #787878. Windows color (decimal): -9147446 or 13265780. OLE color: 13265780.

HSL color Cylindrical-coordinate representation of color #746BCA: hue angle of 245.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746BCA is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116107202-
CMYK0.430.4700.21
HSL245.68º47.26%60.59%-
HSV(B)245.68º47.03%79.22%-
XYZ23.1218.4958.23-
YUV120.52173.98124.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=27.29%
G=25.18%
B=47.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161072020.430.4700.21245.6847.2660.59
Hex746BCA2B2F015f62f3d
Octal16415331253570253665775
Binary111010011010111100101010101110111101010111110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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