#7467C0

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

Shades of Slate Blue #7467C0

Tints of Slate Blue #7467C0

Color information

#7467C0 (or 0x7467C0) is unknown color: approx Slate Blue. HEX triplet: 74, 67 and C0. RGB value is (116,103,192). Sum of RGB (Red+Green+Blue) = 116+103+192=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #7467C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467C0 is #8B983F. Grayscale: #747474. Windows color (decimal): -9148480 or 12609396. OLE color: 12609396.

HSL color Cylindrical-coordinate representation of color #7467C0: hue angle of 248.76º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7467C0 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116103192-
CMYK0.400.4600.25
HSL248.76º41.4%57.84%-
HSV(B)248.76º46.35%75.29%-
XYZ21.5717.2252.06-
YUV117.03170.31127.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 192 (75.39% from 255) = 46.72%
R=28.22%
G=25.06%
B=46.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161031920.400.4600.25248.7641.457.84
Hex7467C0282E019f9293a
Octal16414730050560313715172
Binary111010011001111100000010100010111001100111111001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7467C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7467C0; }

 p { color: rgb(116,103,192); }

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

<style>
 a { background-color: #7467C0; }

 a { background-color: rgb(116,103,192); }

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

<style>
 span { border-color: #7467C0; }

 span { border-color: rgb(116,103,192); }

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