Html Css Color HEX #717DAE Ship Cove

📋 copy color: '#717DAE'

red 113 ◦ green 125 ◦ blue 174

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

Shades of Ship Cove #717DAE

Tints of Ship Cove #717DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.34%

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

R = 27.43%
G = 30.34%
B = 42.23%

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

#717DAE (or 0x717DAE) is known color: Ship Cove. HEX triplet: 71, 7D and AE. RGB value is (113,125,174). Sum of RGB (Red+Green+Blue) = 113+125+174=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #717DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717DAE is #8E8251. Grayscale: #7E7E7E. Windows color (decimal): -9339474 or 11435377. OLE color: 11435377.

HSL color Cylindrical-coordinate representation of color #717DAE: hue angle of 228.2º 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 #717DAE is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 125 174 -
CMYK 0.35 0.28 0 0.32
HSL 228.2º 0.27% 0.56% -
HSV(B) 228.2º 0.35% 0.68% -
XYZ 21.78 21.23 42.99 -
YUV 127 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 113 125 174 0.35 0.28 0 0.32 228.2 0.27 0.56
Hex 71 7D AE 23 1C 0 20 E4 1B 38
Octal 161 175 256 43 34 0 40 344 33 70
Binary 1110001 1111101 10101110 100011 11100 0 100000 11100100 11011 111000

Color Harmonies of #717DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DAE

Black with #717DAE

Text Example


Text Example

White with #717DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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