#7290A4

Color #7290A4 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #7290A4

Tints of Bermuda Grey #7290A4

Color information

#7290A4 (or 0x7290A4) is unknown color: approx Bermuda Grey. HEX triplet: 72, 90 and A4. RGB value is (114,144,164). Sum of RGB (Red+Green+Blue) = 114+144+164=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #7290A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7290A4 is #8D6F5B. Grayscale: #898989. Windows color (decimal): -9269084 or 10784882. OLE color: 10784882.

HSL color Cylindrical-coordinate representation of color #7290A4: hue angle of 204º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7290A4 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114144164-
CMYK0.300.1200.36
HSL204º21.55%54.51%-
HSV(B)204º30.49%64.31%-
XYZ23.6126.238.94-
YUV137.31143.06111.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=27.01%
G=34.12%
B=38.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141441640.300.1200.3620421.5554.51
Hex7290A41EC024cc1637
Octal16222024436140443142667
Binary1110010100100001010010011110110001001001100110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7290A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7290A4; }

 p { color: rgb(114,144,164); }

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

<style>
 a { background-color: #7290A4; }

 a { background-color: rgb(114,144,164); }

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

<style>
 span { border-color: #7290A4; }

 span { border-color: rgb(114,144,164); }

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