#7098AD

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

Shades of Bermuda Grey #7098AD

Tints of Bermuda Grey #7098AD

Color information

#7098AD (or 0x7098AD) is unknown color: approx Bermuda Grey. HEX triplet: 70, 98 and AD. RGB value is (112,152,173). Sum of RGB (Red+Green+Blue) = 112+152+173=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #7098AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7098AD is #8F6752. Grayscale: #8E8E8E. Windows color (decimal): -9398099 or 11376752. OLE color: 11376752.

HSL color Cylindrical-coordinate representation of color #7098AD: hue angle of 200.66º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7098AD is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112152173-
CMYK0.350.1200.32
HSL200.66º27.11%55.88%-
HSV(B)200.66º35.26%67.84%-
XYZ25.4528.9243.78-
YUV142.43145.25106.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=25.63%
G=34.78%
B=39.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121521730.350.1200.32200.6627.1155.88
Hex7098AD23C020c91b38
Octal16023025543140403113370
Binary11100001001100010101101100011110001000001100100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7098AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7098AD; }

 p { color: rgb(112,152,173); }

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

<style>
 a { background-color: #7098AD; }

 a { background-color: rgb(112,152,173); }

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

<style>
 span { border-color: #7098AD; }

 span { border-color: rgb(112,152,173); }

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