#718AA3

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

Shades of Bermuda Grey #718AA3

Tints of Bermuda Grey #718AA3

Color information

#718AA3 (or 0x718AA3) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8A and A3. RGB value is (113,138,163). Sum of RGB (Red+Green+Blue) = 113+138+163=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 163 - color contains mainly: blue. Hex color #718AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AA3 is #8E755C. Grayscale: #858585. Windows color (decimal): -9336157 or 10717809. OLE color: 10717809.

HSL color Cylindrical-coordinate representation of color #718AA3: hue angle of 210º degrees, saturation: 0.21, 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 #718AA3 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB113138163-
CMYK0.310.1500.36
HSL210º21.37%54.12%-
HSV(B)210º30.67%63.92%-
XYZ22.5124.3338.16-
YUV133.38144.72113.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.29%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=27.29%
G=33.33%
B=39.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131381630.310.1500.3621021.3754.12
Hex718AA31FF024d21536
Octal16121224337170443222566
Binary1110001100010101010001111111111101001001101001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,138,163); }

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

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

 a { background-color: rgb(113,138,163); }

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

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

 span { border-color: rgb(113,138,163); }

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