Html Css Color HEX #717FAE Ship Cove

📋 copy color: '#717FAE'

red 113 ◦ green 127 ◦ blue 174

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

Shades of Ship Cove #717FAE

Tints of Ship Cove #717FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 30.68%

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

R = 27.29%
G = 30.68%
B = 42.03%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#717FAE (or 0x717FAE) is known color: Ship Cove. HEX triplet: 71, 7F and AE. RGB value is (113,127,174). Sum of RGB (Red+Green+Blue) = 113+127+174=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #717FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717FAE is #8E8051. Grayscale: #7F7F7F. Windows color (decimal): -9338962 or 11435889. OLE color: 11435889.

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

Color convert

RGB 113 127 174 -
CMYK 0.35 0.27 0 0.32
HSL 226.23º 0.27% 0.56% -
HSV(B) 226.23º 0.35% 0.68% -
XYZ 22.04 21.75 43.08 -
YUV 128.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 113 127 174 0.35 0.27 0 0.32 226.23 0.27 0.56
Hex 71 7F AE 23 1B 0 20 E2 1B 38
Octal 161 177 256 43 33 0 40 342 33 70
Binary 1110001 1111111 10101110 100011 11011 0 100000 11100010 11011 111000

Color Harmonies of #717FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717FAE

Black with #717FAE

Text Example


Text Example

White with #717FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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