Html Css Color HEX #717DA9 Ship Cove

📋 copy color: '#717DA9'

red 113 ◦ green 125 ◦ blue 169

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

Shades of Ship Cove #717DA9

Tints of Ship Cove #717DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.52%

R = 27.76%
G = 30.71%
B = 41.52%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#717DA9 (or 0x717DA9) is known color: Ship Cove. HEX triplet: 71, 7D and A9. RGB value is (113,125,169). Sum of RGB (Red+Green+Blue) = 113+125+169=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 169 - color contains mainly: blue. Hex color #717DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717DA9 is #8E8256. Grayscale: #7E7E7E. Windows color (decimal): -9339479 or 11107697. OLE color: 11107697.

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

Color convert

RGB 113 125 169 -
CMYK 0.33 0.26 0 0.34
HSL 227.14º 0.25% 0.55% -
HSV(B) 227.14º 0.33% 0.66% -
XYZ 21.31 21.04 40.47 -
YUV 126.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 113 125 169 0.33 0.26 0 0.34 227.14 0.25 0.55
Hex 71 7D A9 21 1A 0 22 E3 19 37
Octal 161 175 251 41 32 0 42 343 31 67
Binary 1110001 1111101 10101001 100001 11010 0 100010 11100011 11001 110111

Color Harmonies of #717DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DA9

Black with #717DA9

Text Example


Text Example

White with #717DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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