Html Css Color HEX #738FAD Bermuda Grey

📋 copy color: '#738FAD'

red 115 ◦ green 143 ◦ blue 173

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

Shades of Bermuda Grey #738FAD

Tints of Bermuda Grey #738FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

 BLUE value IS 173 (67.97% from 255) = 40.14%

R = 26.68%
G = 33.18%
B = 40.14%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#738FAD (or 0x738FAD) is known color: Bermuda Grey. HEX triplet: 73, 8F and AD. RGB value is (115,143,173). Sum of RGB (Red+Green+Blue) = 115+143+173=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #738FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FAD is #8C7052. Grayscale: #898989. Windows color (decimal): -9203795 or 11374451. OLE color: 11374451.

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

Color convert

RGB 115 143 173 -
CMYK 0.34 0.17 0 0.32
HSL 211.03º 0.26% 0.56% -
HSV(B) 211.03º 0.34% 0.68% -
XYZ 24.44 26.31 43.33 -
YUV 138.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 115 143 173 0.34 0.17 0 0.32 211.03 0.26 0.56
Hex 73 8F AD 22 11 0 20 D3 1A 38
Octal 163 217 255 42 21 0 40 323 32 70
Binary 1110011 10001111 10101101 100010 10001 0 100000 11010011 11010 111000

Color Harmonies of #738FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738FAD

Black with #738FAD

Text Example


Text Example

White with #738FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,143,173); }

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

background-color css

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

 a { background-color: rgb(115,143,173); }

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

border-color css

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

 span { border-color: rgb(115,143,173); }

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