#7392AF

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

Shades of Bermuda Grey #7392AF

Tints of Bermuda Grey #7392AF

Color information

#7392AF (or 0x7392AF) is unknown color: approx Bermuda Grey. HEX triplet: 73, 92 and AF. RGB value is (115,146,175). Sum of RGB (Red+Green+Blue) = 115+146+175=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 146 (57.42% from 255 or 33.49% 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 #7392AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7392AF is #8C6D50. Grayscale: #8B8B8B. Windows color (decimal): -9203025 or 11506291. OLE color: 11506291.

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

Color convert

RGB115146175-
CMYK0.340.1700.31
HSL209º27.27%56.86%-
HSV(B)209º34.29%68.63%-
XYZ25.0927.344.5-
YUV140.04147.73110.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.38%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=26.38%
G=33.49%
B=40.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151461750.340.1700.3120927.2756.86
Hex7392AF221101Fd11b39
Octal16322225742210373213371
Binary11100111001001010101111100010100010111111101000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7392AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,146,175); }

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

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

 a { background-color: rgb(115,146,175); }

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

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

 span { border-color: rgb(115,146,175); }

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