Html Css Color HEX #717DA3 Ship Cove

📋 copy color: '#717DA3'

red 113 ◦ green 125 ◦ blue 163

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

Shades of Ship Cove #717DA3

Tints of Ship Cove #717DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.65%

R = 28.18%
G = 31.17%
B = 40.65%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#717DA3 (or 0x717DA3) is known color: Ship Cove. HEX triplet: 71, 7D and A3. RGB value is (113,125,163). Sum of RGB (Red+Green+Blue) = 113+125+163=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 163 - color contains mainly: blue. Hex color #717DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717DA3 is #8E825C. Grayscale: #7D7D7D. Windows color (decimal): -9339485 or 10714481. OLE color: 10714481.

HSL color Cylindrical-coordinate representation of color #717DA3: hue angle of 225.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #717DA3 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 125 163 -
CMYK 0.31 0.23 0 0.36
HSL 225.6º 0.21% 0.54% -
HSV(B) 225.6º 0.31% 0.64% -
XYZ 20.75 20.82 37.58 -
YUV 125.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 113 125 163 0.31 0.23 0 0.36 225.6 0.21 0.54
Hex 71 7D A3 1F 17 0 24 E2 15 36
Octal 161 175 243 37 27 0 44 342 25 66
Binary 1110001 1111101 10100011 11111 10111 0 100100 11100010 10101 110110

Color Harmonies of #717DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DA3

Black with #717DA3

Text Example


Text Example

White with #717DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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