Html Css Color HEX #7193A4 Bermuda Grey

📋 copy color: '#7193A4'

red 113 ◦ green 147 ◦ blue 164

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

Shades of Bermuda Grey #7193A4

Tints of Bermuda Grey #7193A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.68%

R = 26.65%
G = 34.67%
B = 38.68%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7193A4 (or 0x7193A4) is known color: Bermuda Grey. HEX triplet: 71, 93 and A4. RGB value is (113,147,164). Sum of RGB (Red+Green+Blue) = 113+147+164=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 164 - color contains mainly: blue. Hex color #7193A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7193A4 is #8E6C5B. Grayscale: #8A8A8A. Windows color (decimal): -9333852 or 10785649. OLE color: 10785649.

HSL color Cylindrical-coordinate representation of color #7193A4: hue angle of 200º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7193A4 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 147 164 -
CMYK 0.31 0.10 0 0.36
HSL 200º 0.22% 0.54% -
HSV(B) 200º 0.31% 0.64% -
XYZ 23.94 27.06 39.08 -
YUV 138.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 113 147 164 0.31 0.10 0 0.36 200 0.22 0.54
Hex 71 93 A4 1F A 0 24 C8 16 36
Octal 161 223 244 37 12 0 44 310 26 66
Binary 1110001 10010011 10100100 11111 1010 0 100100 11001000 10110 110110

Color Harmonies of #7193A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7193A4

Black with #7193A4

Text Example


Text Example

White with #7193A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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