Html Css Color HEX #718B98 Bermuda Grey

📋 copy color: '#718B98'

red 113 ◦ green 139 ◦ blue 152

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

Shades of Bermuda Grey #718B98

Tints of Bermuda Grey #718B98

RGB

 RED value IS 113 (44.53% from 255) = 27.97%

 GREEN value IS 139 (54.69% from 255) = 34.41%

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

R = 27.97%
G = 34.41%
B = 37.62%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#718B98 (or 0x718B98) is known color: Bermuda Grey. HEX triplet: 71, 8B and 98. RGB value is (113,139,152). Sum of RGB (Red+Green+Blue) = 113+139+152=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 139 (54.69% from 255 or 34.41% 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 #718B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718B98 is #8E7467. Grayscale: #848484. Windows color (decimal): -9335912 or 9997169. OLE color: 9997169.

HSL color Cylindrical-coordinate representation of color #718B98: hue angle of 200º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #718B98 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 139 152 -
CMYK 0.26 0.09 0 0.40
HSL 200º 0.16% 0.52% -
HSV(B) 200º 0.26% 0.6% -
XYZ 21.71 24.24 33.24 -
YUV 132.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 113 139 152 0.26 0.09 0 0.40 200 0.16 0.52
Hex 71 8B 98 1A 9 0 28 C8 10 34
Octal 161 213 230 32 11 0 50 310 20 64
Binary 1110001 10001011 10011000 11010 1001 0 101000 11001000 10000 110100

Color Harmonies of #718B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B98

Black with #718B98

Text Example


Text Example

White with #718B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718B98; }

 p { color: rgb(113,139,152); }

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

background-color css

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

 a { background-color: rgb(113,139,152); }

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

border-color css

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

 span { border-color: rgb(113,139,152); }

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