Html Css Color HEX #717A9A Ship Cove

📋 copy color: '#717A9A'

red 113 ◦ green 122 ◦ blue 154

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

Shades of Ship Cove #717A9A

Tints of Ship Cove #717A9A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.36%

 BLUE value IS 154 (60.55% from 255) = 39.59%

R = 29.05%
G = 31.36%
B = 39.59%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#717A9A (or 0x717A9A) is known color: Ship Cove. HEX triplet: 71, 7A and 9A. RGB value is (113,122,154). Sum of RGB (Red+Green+Blue) = 113+122+154=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #717A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A9A is #8E8565. Grayscale: #7A7A7A. Windows color (decimal): -9340262 or 10123889. OLE color: 10123889.

HSL color Cylindrical-coordinate representation of color #717A9A: hue angle of 226.83º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #717A9A is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 122 154 -
CMYK 0.27 0.21 0 0.40
HSL 226.83º 0.17% 0.52% -
HSV(B) 226.83º 0.27% 0.6% -
XYZ 19.6 19.76 33.35 -
YUV 122.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 113 122 154 0.27 0.21 0 0.40 226.83 0.17 0.52
Hex 71 7A 9A 1B 15 0 28 E3 11 34
Octal 161 172 232 33 25 0 50 343 21 64
Binary 1110001 1111010 10011010 11011 10101 0 101000 11100011 10001 110100

Color Harmonies of #717A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A9A

Black with #717A9A

Text Example


Text Example

White with #717A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,122,154); }

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

background-color css

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

 a { background-color: rgb(113,122,154); }

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

border-color css

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

 span { border-color: rgb(113,122,154); }

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