#7293AF

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

Shades of Bermuda Grey #7293AF

Tints of Bermuda Grey #7293AF

Color information

#7293AF (or 0x7293AF) is unknown color: approx Bermuda Grey. HEX triplet: 72, 93 and AF. RGB value is (114,147,175). Sum of RGB (Red+Green+Blue) = 114+147+175=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #7293AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7293AF is #8D6C50. Grayscale: #8C8C8C. Windows color (decimal): -9268305 or 11506546. OLE color: 11506546.

HSL color Cylindrical-coordinate representation of color #7293AF: hue angle of 207.54º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7293AF is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114147175-
CMYK0.350.1600.31
HSL207.54º27.6%56.67%-
HSV(B)207.54º34.86%68.63%-
XYZ25.1127.5444.55-
YUV140.32147.57109.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=26.15%
G=33.72%
B=40.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141471750.350.1600.31207.5427.656.67
Hex7293AF231001Fd01c39
Octal16222325743200373203471
Binary11100101001001110101111100011100000111111101000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7293AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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