#7293A5

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

Shades of Bermuda Grey #7293A5

Tints of Bermuda Grey #7293A5

Color information

#7293A5 (or 0x7293A5) is unknown color: approx Bermuda Grey. HEX triplet: 72, 93 and A5. RGB value is (114,147,165). Sum of RGB (Red+Green+Blue) = 114+147+165=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 165 - color contains mainly: blue. Hex color #7293A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7293A5 is #8D6C5A. Grayscale: #8B8B8B. Windows color (decimal): -9268315 or 10851186. OLE color: 10851186.

HSL color Cylindrical-coordinate representation of color #7293A5: hue angle of 201.18º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7293A5 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB114147165-
CMYK0.310.1100.35
HSL201.18º22.08%54.71%-
HSV(B)201.18º30.91%64.71%-
XYZ24.1627.1639.57-
YUV139.18142.57110.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=26.76%
G=34.51%
B=38.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141471650.310.1100.35201.1822.0854.71
Hex7293A51FB023c91637
Octal16222324537130433112667
Binary1110010100100111010010111111101101000111100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7293A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7293A5; }

 p { color: rgb(114,147,165); }

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

<style>
 a { background-color: #7293A5; }

 a { background-color: rgb(114,147,165); }

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

<style>
 span { border-color: #7293A5; }

 span { border-color: rgb(114,147,165); }

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