#7284A1

Color #7284A1 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #7284A1

Tints of Light Slate Grey #7284A1

Color information

#7284A1 (or 0x7284A1) is unknown color: approx Light Slate Grey. HEX triplet: 72, 84 and A1. RGB value is (114,132,161). Sum of RGB (Red+Green+Blue) = 114+132+161=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 161 - color contains mainly: blue. Hex color #7284A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7284A1 is #8D7B5E. Grayscale: #818181. Windows color (decimal): -9272159 or 10585202. OLE color: 10585202.

HSL color Cylindrical-coordinate representation of color #7284A1: hue angle of 217.02º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7284A1 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB114132161-
CMYK0.290.1800.37
HSL217.02º20%53.92%-
HSV(B)217.02º29.19%63.14%-
XYZ21.6222.6536.95-
YUV129.92145.54116.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 161 (63.28% from 255) = 39.56%
R=28.01%
G=32.43%
B=39.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1141321610.290.1800.37217.022053.92
Hex7284A11D12025d91436
Octal16220424135220453312466
Binary11100101000010010100001111011001001001011101100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7284A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7284A1; }

 p { color: rgb(114,132,161); }

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

<style>
 a { background-color: #7284A1; }

 a { background-color: rgb(114,132,161); }

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

<style>
 span { border-color: #7284A1; }

 span { border-color: rgb(114,132,161); }

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