Html Css Color HEX #738E9D Bermuda Grey

📋 copy color: '#738E9D'

red 115 ◦ green 142 ◦ blue 157

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

Shades of Bermuda Grey #738E9D

Tints of Bermuda Grey #738E9D

RGB

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

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

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

R = 27.78%
G = 34.3%
B = 37.92%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#738E9D (or 0x738E9D) is known color: Bermuda Grey. HEX triplet: 73, 8E and 9D. RGB value is (115,142,157). Sum of RGB (Red+Green+Blue) = 115+142+157=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #738E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738E9D is #8C7162. Grayscale: #878787. Windows color (decimal): -9204067 or 10325619. OLE color: 10325619.

HSL color Cylindrical-coordinate representation of color #738E9D: hue angle of 201.43º 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 #738E9D is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 142 157 -
CMYK 0.27 0.10 0 0.38
HSL 201.43º 0.18% 0.53% -
HSV(B) 201.43º 0.27% 0.62% -
XYZ 22.83 25.43 35.6 -
YUV 135.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 115 142 157 0.27 0.10 0 0.38 201.43 0.18 0.53
Hex 73 8E 9D 1B A 0 26 C9 12 35
Octal 163 216 235 33 12 0 46 311 22 65
Binary 1110011 10001110 10011101 11011 1010 0 100110 11001001 10010 110101

Color Harmonies of #738E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738E9D

Black with #738E9D

Text Example


Text Example

White with #738E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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