Html Css Color HEX #7193AA Bermuda Grey

📋 copy color: '#7193AA'

red 113 ◦ green 147 ◦ blue 170

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

Shades of Bermuda Grey #7193AA

Tints of Bermuda Grey #7193AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 26.28%
G = 34.19%
B = 39.53%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7193AA (or 0x7193AA) is known color: Bermuda Grey. HEX triplet: 71, 93 and AA. RGB value is (113,147,170). Sum of RGB (Red+Green+Blue) = 113+147+170=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #7193AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7193AA is #8E6C55. Grayscale: #8B8B8B. Windows color (decimal): -9333846 or 11178865. OLE color: 11178865.

HSL color Cylindrical-coordinate representation of color #7193AA: hue angle of 204.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7193AA is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 147 170 -
CMYK 0.34 0.14 0 0.33
HSL 204.21º 0.25% 0.55% -
HSV(B) 204.21º 0.34% 0.67% -
XYZ 24.5 27.28 42 -
YUV 139.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 113 147 170 0.34 0.14 0 0.33 204.21 0.25 0.55
Hex 71 93 AA 22 E 0 21 CC 19 37
Octal 161 223 252 42 16 0 41 314 31 67
Binary 1110001 10010011 10101010 100010 1110 0 100001 11001100 11001 110111

Color Harmonies of #7193AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7193AA

Black with #7193AA

Text Example


Text Example

White with #7193AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7193AA; }

 p { color: rgb(113,147,170); }

 H1.HeaderClassName
 {
   color: #7193AA;
 }
 .AnyTagClassName
 {
   color: #7193AA;
 }
</style>

background-color css

<style>
 a { background-color: #7193AA; }

 a { background-color: rgb(113,147,170); }

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

border-color css

<style>
 span { border-color: #7193AA; }

 span { border-color: rgb(113,147,170); }

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