Html Css Color HEX #717CAE Ship Cove

📋 copy color: '#717CAE'

red 113 ◦ green 124 ◦ blue 174

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

Shades of Ship Cove #717CAE

Tints of Ship Cove #717CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.17%

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

R = 27.49%
G = 30.17%
B = 42.34%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#717CAE (or 0x717CAE) is known color: Ship Cove. HEX triplet: 71, 7C and AE. RGB value is (113,124,174). Sum of RGB (Red+Green+Blue) = 113+124+174=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #717CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717CAE is #8E8351. Grayscale: #7E7E7E. Windows color (decimal): -9339730 or 11435121. OLE color: 11435121.

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

Color convert

RGB 113 124 174 -
CMYK 0.35 0.29 0 0.32
HSL 229.18º 0.27% 0.56% -
HSV(B) 229.18º 0.35% 0.68% -
XYZ 21.66 20.98 42.95 -
YUV 126.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 113 124 174 0.35 0.29 0 0.32 229.18 0.27 0.56
Hex 71 7C AE 23 1D 0 20 E5 1B 38
Octal 161 174 256 43 35 0 40 345 33 70
Binary 1110001 1111100 10101110 100011 11101 0 100000 11100101 11011 111000

Color Harmonies of #717CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717CAE

Black with #717CAE

Text Example


Text Example

White with #717CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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