Html Css Color HEX #738998 Bermuda Grey

📋 copy color: '#738998'

red 115 ◦ green 137 ◦ blue 152

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

Shades of Bermuda Grey #738998

Tints of Bermuda Grey #738998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

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

R = 28.47%
G = 33.91%
B = 37.62%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#738998 (or 0x738998) is known color: Bermuda Grey. HEX triplet: 73, 89 and 98. RGB value is (115,137,152). Sum of RGB (Red+Green+Blue) = 115+137+152=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #738998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738998 is #8C7667. Grayscale: #848484. Windows color (decimal): -9205352 or 9996659. OLE color: 9996659.

HSL color Cylindrical-coordinate representation of color #738998: hue angle of 204.32º 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 #738998 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 137 152 -
CMYK 0.24 0.10 0 0.40
HSL 204.32º 0.15% 0.52% -
HSV(B) 204.32º 0.24% 0.6% -
XYZ 21.68 23.8 33.16 -
YUV 132.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 115 137 152 0.24 0.10 0 0.40 204.32 0.15 0.52
Hex 73 89 98 18 A 0 28 CC F 34
Octal 163 211 230 30 12 0 50 314 17 64
Binary 1110011 10001001 10011000 11000 1010 0 101000 11001100 1111 110100

Color Harmonies of #738998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738998

Black with #738998

Text Example


Text Example

White with #738998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738998; }

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

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

background-color css

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

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

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

border-color css

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

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

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