Html Css Color HEX #717EAE Ship Cove

📋 copy color: '#717EAE'

red 113 ◦ green 126 ◦ blue 174

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

Shades of Ship Cove #717EAE

Tints of Ship Cove #717EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.51%

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 27.36%
G = 30.51%
B = 42.13%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#717EAE (or 0x717EAE) is known color: Ship Cove. HEX triplet: 71, 7E and AE. RGB value is (113,126,174). Sum of RGB (Red+Green+Blue) = 113+126+174=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #717EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717EAE is #8E8151. Grayscale: #7F7F7F. Windows color (decimal): -9339218 or 11435633. OLE color: 11435633.

HSL color Cylindrical-coordinate representation of color #717EAE: hue angle of 227.21º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #717EAE is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 126 174 -
CMYK 0.35 0.28 0 0.32
HSL 227.21º 0.27% 0.56% -
HSV(B) 227.21º 0.35% 0.68% -
XYZ 21.91 21.49 43.04 -
YUV 127.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 113 126 174 0.35 0.28 0 0.32 227.21 0.27 0.56
Hex 71 7E AE 23 1C 0 20 E3 1B 38
Octal 161 176 256 43 34 0 40 343 33 70
Binary 1110001 1111110 10101110 100011 11100 0 100000 11100011 11011 111000

Color Harmonies of #717EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717EAE

Black with #717EAE

Text Example


Text Example

White with #717EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717EAE; }

 p { color: rgb(113,126,174); }

 H1.HeaderClassName
 {
   color: #717EAE;
 }
 .AnyTagClassName
 {
   color: #717EAE;
 }
</style>

background-color css

<style>
 a { background-color: #717EAE; }

 a { background-color: rgb(113,126,174); }

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

border-color css

<style>
 span { border-color: #717EAE; }

 span { border-color: rgb(113,126,174); }

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