Html Css Color HEX #738A9D Bermuda Grey

📋 copy color: '#738A9D'

red 115 ◦ green 138 ◦ blue 157

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

Shades of Bermuda Grey #738A9D

Tints of Bermuda Grey #738A9D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.66%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 28.05%
G = 33.66%
B = 38.29%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#738A9D (or 0x738A9D) is known color: Bermuda Grey. HEX triplet: 73, 8A and 9D. RGB value is (115,138,157). Sum of RGB (Red+Green+Blue) = 115+138+157=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #738A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A9D is #8C7562. Grayscale: #858585. Windows color (decimal): -9205091 or 10324595. OLE color: 10324595.

HSL color Cylindrical-coordinate representation of color #738A9D: hue angle of 207.14º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #738A9D is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 138 157 -
CMYK 0.27 0.12 0 0.38
HSL 207.14º 0.18% 0.53% -
HSV(B) 207.14º 0.27% 0.62% -
XYZ 22.24 24.26 35.41 -
YUV 133.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 115 138 157 0.27 0.12 0 0.38 207.14 0.18 0.53
Hex 73 8A 9D 1B C 0 26 CF 12 35
Octal 163 212 235 33 14 0 46 317 22 65
Binary 1110011 10001010 10011101 11011 1100 0 100110 11001111 10010 110101

Color Harmonies of #738A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A9D

Black with #738A9D

Text Example


Text Example

White with #738A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738A9D; }

 p { color: rgb(115,138,157); }

 H1.HeaderClassName
 {
   color: #738A9D;
 }
 .AnyTagClassName
 {
   color: #738A9D;
 }
</style>

background-color css

<style>
 a { background-color: #738A9D; }

 a { background-color: rgb(115,138,157); }

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

border-color css

<style>
 span { border-color: #738A9D; }

 span { border-color: rgb(115,138,157); }

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