#746ACB

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

Shades of Slate Blue #746ACB

Tints of Slate Blue #746ACB

Color information

#746ACB (or 0x746ACB) is unknown color: approx Slate Blue. HEX triplet: 74, 6A and CB. RGB value is (116,106,203). Sum of RGB (Red+Green+Blue) = 116+106+203=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #746ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ACB is #8B9534. Grayscale: #777777. Windows color (decimal): -9147701 or 13331060. OLE color: 13331060.

HSL color Cylindrical-coordinate representation of color #746ACB: hue angle of 246.19º degrees, saturation: 0.48, 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 #746ACB is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116106203-
CMYK0.430.4800.20
HSL246.19º48.26%60.59%-
HSV(B)246.19º47.78%79.61%-
XYZ23.1418.3358.82-
YUV120.05174.81125.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=27.29%
G=24.94%
B=47.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161062030.430.4800.20246.1948.2660.59
Hex746ACB2B30014f6303d
Octal16415231353600243666075
Binary111010011010101100101110101111000001010011110110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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