Html Css Color HEX #738DA9 Bermuda Grey

📋 copy color: '#738DA9'

red 115 ◦ green 141 ◦ blue 169

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

Shades of Bermuda Grey #738DA9

Tints of Bermuda Grey #738DA9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.18%

 BLUE value IS 169 (66.41% from 255) = 39.76%

R = 27.06%
G = 33.18%
B = 39.76%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#738DA9 (or 0x738DA9) is known color: Bermuda Grey. HEX triplet: 73, 8D and A9. RGB value is (115,141,169). Sum of RGB (Red+Green+Blue) = 115+141+169=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 169 - color contains mainly: blue. Hex color #738DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DA9 is #8C7256. Grayscale: #888888. Windows color (decimal): -9204311 or 11111795. OLE color: 11111795.

HSL color Cylindrical-coordinate representation of color #738DA9: hue angle of 211.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #738DA9 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 115 141 169 -
CMYK 0.32 0.17 0 0.34
HSL 211.11º 0.24% 0.56% -
HSV(B) 211.11º 0.32% 0.66% -
XYZ 23.76 25.56 41.22 -
YUV 136.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 115 141 169 0.32 0.17 0 0.34 211.11 0.24 0.56
Hex 73 8D A9 20 11 0 22 D3 18 38
Octal 163 215 251 40 21 0 42 323 30 70
Binary 1110011 10001101 10101001 100000 10001 0 100010 11010011 11000 111000

Color Harmonies of #738DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738DA9

Black with #738DA9

Text Example


Text Example

White with #738DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,141,169); }

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

background-color css

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

 a { background-color: rgb(115,141,169); }

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

border-color css

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

 span { border-color: rgb(115,141,169); }

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