Html Css Color HEX #738E9F Bermuda Grey

📋 copy color: '#738E9F'

red 115 ◦ green 142 ◦ blue 159

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

Shades of Bermuda Grey #738E9F

Tints of Bermuda Grey #738E9F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.13%

 BLUE value IS 159 (62.5% from 255) = 38.22%

R = 27.64%
G = 34.13%
B = 38.22%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#738E9F (or 0x738E9F) is known color: Bermuda Grey. HEX triplet: 73, 8E and 9F. RGB value is (115,142,159). Sum of RGB (Red+Green+Blue) = 115+142+159=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #738E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738E9F is #8C7160. Grayscale: #878787. Windows color (decimal): -9204065 or 10456691. OLE color: 10456691.

HSL color Cylindrical-coordinate representation of color #738E9F: hue angle of 203.18º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #738E9F is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 142 159 -
CMYK 0.28 0.11 0 0.38
HSL 203.18º 0.19% 0.54% -
HSV(B) 203.18º 0.28% 0.62% -
XYZ 23 25.49 36.51 -
YUV 135.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 115 142 159 0.28 0.11 0 0.38 203.18 0.19 0.54
Hex 73 8E 9F 1C B 0 26 CB 13 36
Octal 163 216 237 34 13 0 46 313 23 66
Binary 1110011 10001110 10011111 11100 1011 0 100110 11001011 10011 110110

Color Harmonies of #738E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738E9F

Black with #738E9F

Text Example


Text Example

White with #738E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,142,159); }

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

background-color css

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

 a { background-color: rgb(115,142,159); }

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

border-color css

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

 span { border-color: rgb(115,142,159); }

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