#7293B0

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

Shades of Bermuda Grey #7293B0

Tints of Bermuda Grey #7293B0

Color information

#7293B0 (or 0x7293B0) is unknown color: approx Bermuda Grey. HEX triplet: 72, 93 and B0. RGB value is (114,147,176). Sum of RGB (Red+Green+Blue) = 114+147+176=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 176 - color contains mainly: blue. Hex color #7293B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7293B0 is #8D6C4F. Grayscale: #8C8C8C. Windows color (decimal): -9268304 or 11572082. OLE color: 11572082.

HSL color Cylindrical-coordinate representation of color #7293B0: hue angle of 208.06º 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 #7293B0 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114147176-
CMYK0.350.1600.31
HSL208.06º28.18%56.86%-
HSV(B)208.06º35.23%69.02%-
XYZ25.2127.5845.07-
YUV140.44148.07109.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.09%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 176 (69.14% from 255) = 40.27%
R=26.09%
G=33.64%
B=40.27%

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
Decimal1141471760.350.1600.31208.0628.1856.86
Hex7293B0231001Fd01c39
Octal16222326043200373203471
Binary11100101001001110110000100011100000111111101000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7293B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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