Html Css Color HEX #717DAA Ship Cove

📋 copy color: '#717DAA'

red 113 ◦ green 125 ◦ blue 170

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

Shades of Ship Cove #717DAA

Tints of Ship Cove #717DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 27.7%
G = 30.64%
B = 41.67%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#717DAA (or 0x717DAA) is known color: Ship Cove. HEX triplet: 71, 7D and AA. RGB value is (113,125,170). Sum of RGB (Red+Green+Blue) = 113+125+170=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #717DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717DAA is #8E8255. Grayscale: #7E7E7E. Windows color (decimal): -9339478 or 11173233. OLE color: 11173233.

HSL color Cylindrical-coordinate representation of color #717DAA: hue angle of 227.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #717DAA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 125 170 -
CMYK 0.34 0.26 0 0.33
HSL 227.37º 0.25% 0.55% -
HSV(B) 227.37º 0.34% 0.67% -
XYZ 21.4 21.08 40.97 -
YUV 126.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 113 125 170 0.34 0.26 0 0.33 227.37 0.25 0.55
Hex 71 7D AA 22 1A 0 21 E3 19 37
Octal 161 175 252 42 32 0 41 343 31 67
Binary 1110001 1111101 10101010 100010 11010 0 100001 11100011 11001 110111

Color Harmonies of #717DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DAA

Black with #717DAA

Text Example


Text Example

White with #717DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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