Html Css Color HEX #718AA3 Bermuda Grey

📋 copy color: '#718AA3'

red 113 ◦ green 138 ◦ blue 163

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

Shades of Bermuda Grey #718AA3

Tints of Bermuda Grey #718AA3

RGB

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

 GREEN value IS 138 (54.3% 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 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

#718AA3 (or 0x718AA3) is known color: 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

RGB 113 138 163 -
CMYK 0.31 0.15 0 0.36
HSL 210º 0.21% 0.54% -
HSV(B) 210º 0.31% 0.64% -
XYZ 22.51 24.33 38.16 -
YUV 133.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 113 138 163 0.31 0.15 0 0.36 210 0.21 0.54
Hex 71 8A A3 1F F 0 24 D2 15 36
Octal 161 212 243 37 17 0 44 322 25 66
Binary 1110001 10001010 10100011 11111 1111 0 100100 11010010 10101 110110

Color Harmonies of #718AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AA3

Black with #718AA3

Text Example


Text Example

White with #718AA3

Text Example


Text Example

HTML Codes & Css Web 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>