Html Css Color HEX #7198AD Bermuda Grey

📋 copy color: '#7198AD'

red 113 ◦ green 152 ◦ blue 173

#7198AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #7198AD

Tints of Bermuda Grey #7198AD

RGB

 RED value IS 113 (44.53% from 255) = 25.8%

 GREEN value IS 152 (59.77% from 255) = 34.7%

 BLUE value IS 173 (67.97% from 255) = 39.5%

R = 25.8%
G = 34.7%
B = 39.5%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7198AD (or 0x7198AD) is known color: Bermuda Grey. HEX triplet: 71, 98 and AD. RGB value is (113,152,173). Sum of RGB (Red+Green+Blue) = 113+152+173=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #7198AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7198AD is #8E6752. Grayscale: #8E8E8E. Windows color (decimal): -9332563 or 11376753. OLE color: 11376753.

HSL color Cylindrical-coordinate representation of color #7198AD: hue angle of 201º 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 #7198AD is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 152 173 -
CMYK 0.35 0.12 0 0.32
HSL 201º 0.27% 0.56% -
HSV(B) 201º 0.35% 0.68% -
XYZ 25.58 28.98 43.78 -
YUV 142.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 113 152 173 0.35 0.12 0 0.32 201 0.27 0.56
Hex 71 98 AD 23 C 0 20 C9 1B 38
Octal 161 230 255 43 14 0 40 311 33 70
Binary 1110001 10011000 10101101 100011 1100 0 100000 11001001 11011 111000

Color Harmonies of #7198AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7198AD

Black with #7198AD

Text Example


Text Example

White with #7198AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7198AD;
 }
 .AnyTagClassName
 {
   color: #7198AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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