Html Css Color HEX #717C9F Ship Cove

📋 copy color: '#717C9F'

red 113 ◦ green 124 ◦ blue 159

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

Shades of Ship Cove #717C9F

Tints of Ship Cove #717C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 28.54%
G = 31.31%
B = 40.15%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#717C9F (or 0x717C9F) is known color: Ship Cove. HEX triplet: 71, 7C and 9F. RGB value is (113,124,159). Sum of RGB (Red+Green+Blue) = 113+124+159=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #717C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C9F is #8E8360. Grayscale: #7C7C7C. Windows color (decimal): -9339745 or 10452081. OLE color: 10452081.

HSL color Cylindrical-coordinate representation of color #717C9F: hue angle of 225.65º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #717C9F is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 124 159 -
CMYK 0.29 0.22 0 0.38
HSL 225.65º 0.19% 0.53% -
HSV(B) 225.65º 0.29% 0.62% -
XYZ 20.28 20.43 35.68 -
YUV 124.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 113 124 159 0.29 0.22 0 0.38 225.65 0.19 0.53
Hex 71 7C 9F 1D 16 0 26 E2 13 35
Octal 161 174 237 35 26 0 46 342 23 65
Binary 1110001 1111100 10011111 11101 10110 0 100110 11100010 10011 110101

Color Harmonies of #717C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C9F

Black with #717C9F

Text Example


Text Example

White with #717C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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