Html Css Color HEX #718BA4 Bermuda Grey

📋 copy color: '#718BA4'

red 113 ◦ green 139 ◦ blue 164

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

Shades of Bermuda Grey #718BA4

Tints of Bermuda Grey #718BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.42%

R = 27.16%
G = 33.41%
B = 39.42%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#718BA4 (or 0x718BA4) is known color: Bermuda Grey. HEX triplet: 71, 8B and A4. RGB value is (113,139,164). Sum of RGB (Red+Green+Blue) = 113+139+164=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 164 - color contains mainly: blue. Hex color #718BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718BA4 is #8E745B. Grayscale: #858585. Windows color (decimal): -9335900 or 10783601. OLE color: 10783601.

HSL color Cylindrical-coordinate representation of color #718BA4: hue angle of 209.41º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #718BA4 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 139 164 -
CMYK 0.31 0.15 0 0.36
HSL 209.41º 0.22% 0.54% -
HSV(B) 209.41º 0.31% 0.64% -
XYZ 22.74 24.66 38.68 -
YUV 134.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 113 139 164 0.31 0.15 0 0.36 209.41 0.22 0.54
Hex 71 8B A4 1F F 0 24 D1 16 36
Octal 161 213 244 37 17 0 44 321 26 66
Binary 1110001 10001011 10100100 11111 1111 0 100100 11010001 10110 110110

Color Harmonies of #718BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BA4

Black with #718BA4

Text Example


Text Example

White with #718BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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