Html Css Color HEX #7397AB Bermuda Grey

📋 copy color: '#7397AB'

red 115 ◦ green 151 ◦ blue 171

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

Shades of Bermuda Grey #7397AB

Tints of Bermuda Grey #7397AB

RGB

 RED value IS 115 (45.31% from 255) = 26.32%

 GREEN value IS 151 (59.38% from 255) = 34.55%

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 26.32%
G = 34.55%
B = 39.13%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7397AB (or 0x7397AB) is known color: Bermuda Grey. HEX triplet: 73, 97 and AB. RGB value is (115,151,171). Sum of RGB (Red+Green+Blue) = 115+151+171=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #7397AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7397AB is #8C6854. Grayscale: #8E8E8E. Windows color (decimal): -9201749 or 11245427. OLE color: 11245427.

HSL color Cylindrical-coordinate representation of color #7397AB: hue angle of 201.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7397AB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 151 171 -
CMYK 0.33 0.12 0 0.33
HSL 201.43º 0.25% 0.56% -
HSV(B) 201.43º 0.33% 0.67% -
XYZ 25.49 28.72 42.73 -
YUV 142.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 115 151 171 0.33 0.12 0 0.33 201.43 0.25 0.56
Hex 73 97 AB 21 C 0 21 C9 19 38
Octal 163 227 253 41 14 0 41 311 31 70
Binary 1110011 10010111 10101011 100001 1100 0 100001 11001001 11001 111000

Color Harmonies of #7397AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7397AB

Black with #7397AB

Text Example


Text Example

White with #7397AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7397AB; }

 p { color: rgb(115,151,171); }

 H1.HeaderClassName
 {
   color: #7397AB;
 }
 .AnyTagClassName
 {
   color: #7397AB;
 }
</style>

background-color css

<style>
 a { background-color: #7397AB; }

 a { background-color: rgb(115,151,171); }

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

border-color css

<style>
 span { border-color: #7397AB; }

 span { border-color: rgb(115,151,171); }

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