Html Css Color HEX #738D98 Bermuda Grey

📋 copy color: '#738D98'

red 115 ◦ green 141 ◦ blue 152

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

Shades of Bermuda Grey #738D98

Tints of Bermuda Grey #738D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 28.19%
G = 34.56%
B = 37.25%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#738D98 (or 0x738D98) is known color: Bermuda Grey. HEX triplet: 73, 8D and 98. RGB value is (115,141,152). Sum of RGB (Red+Green+Blue) = 115+141+152=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 152 - color contains mainly: blue. Hex color #738D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D98 is #8C7267. Grayscale: #868686. Windows color (decimal): -9204328 or 9997683. OLE color: 9997683.

HSL color Cylindrical-coordinate representation of color #738D98: hue angle of 197.84º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #738D98 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 141 152 -
CMYK 0.24 0.07 0 0.40
HSL 197.84º 0.15% 0.52% -
HSV(B) 197.84º 0.24% 0.6% -
XYZ 22.26 24.96 33.35 -
YUV 134.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 115 141 152 0.24 0.07 0 0.40 197.84 0.15 0.52
Hex 73 8D 98 18 7 0 28 C6 F 34
Octal 163 215 230 30 7 0 50 306 17 64
Binary 1110011 10001101 10011000 11000 111 0 101000 11000110 1111 110100

Color Harmonies of #738D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D98

Black with #738D98

Text Example


Text Example

White with #738D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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