#718FA4

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

Shades of Bermuda Grey #718FA4

Tints of Bermuda Grey #718FA4

Color information

#718FA4 (or 0x718FA4) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8F and A4. RGB value is (113,143,164). Sum of RGB (Red+Green+Blue) = 113+143+164=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 164 - color contains mainly: blue. Hex color #718FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718FA4 is #8E705B. Grayscale: #888888. Windows color (decimal): -9334876 or 10784625. OLE color: 10784625.

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

Color convert

RGB113143164-
CMYK0.310.1300.36
HSL204.71º21.89%54.31%-
HSV(B)204.71º31.1%64.31%-
XYZ23.3325.8438.88-
YUV136.42143.56111.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=26.90%
G=34.05%
B=39.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131431640.310.1300.36204.7121.8954.31
Hex718FA41FD024cd1636
Octal16121724437150443152666
Binary1110001100011111010010011111110101001001100110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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