#7398A4

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

Shades of Bermuda Grey #7398A4

Tints of Bermuda Grey #7398A4

Color information

#7398A4 (or 0x7398A4) is unknown color: approx Bermuda Grey. HEX triplet: 73, 98 and A4. RGB value is (115,152,164). Sum of RGB (Red+Green+Blue) = 115+152+164=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 164 - color contains mainly: blue. Hex color #7398A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7398A4 is #8C675B. Grayscale: #8E8E8E. Windows color (decimal): -9201500 or 10786931. OLE color: 10786931.

HSL color Cylindrical-coordinate representation of color #7398A4: hue angle of 194.69º degrees, saturation: 0.21, 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 #7398A4 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB115152164-
CMYK0.300.0700.36
HSL194.69º21.21%54.71%-
HSV(B)194.69º29.88%64.31%-
XYZ2528.7839.36-
YUV142.3140.24108.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.68%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 164 (64.45% from 255) = 38.05%
R=26.68%
G=35.27%
B=38.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151521640.300.0700.36194.6921.2154.71
Hex7398A41E7024c31537
Octal1632302443670443032567
Binary111001110011000101001001111011101001001100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7398A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,152,164); }

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

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

 a { background-color: rgb(115,152,164); }

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

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

 span { border-color: rgb(115,152,164); }

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