#738C98

Color #738C98 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #738C98

Tints of Bermuda Grey #738C98

Color information

#738C98 (or 0x738C98) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8C and 98. RGB value is (115,140,152). Sum of RGB (Red+Green+Blue) = 115+140+152=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #738C98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738C98 is #8C7367. Grayscale: #858585. Windows color (decimal): -9204584 or 9997427. OLE color: 9997427.

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

Color convert

RGB115140152-
CMYK0.240.0800.40
HSL199.46º15.23%52.35%-
HSV(B)199.46º24.34%59.61%-
XYZ22.1224.6733.3-
YUV133.89138.22114.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=28.26%
G=34.40%
B=37.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151401520.240.0800.40199.4615.2352.35
Hex738C98188028c7f34
Octal16321423030100503071764
Binary111001110001100100110001100010000101000110001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #738C98;
 }
 .AnyTagClassName
 {
   color: #738C98;
 }
</style>
background-color css

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

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

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

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

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

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