#717AA2

Color #717AA2 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #717AA2

Tints of Ship Cove #717AA2

Color information

#717AA2 (or 0x717AA2) is unknown color: approx Ship Cove. HEX triplet: 71, 7A and A2. RGB value is (113,122,162). Sum of RGB (Red+Green+Blue) = 113+122+162=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 162 - color contains mainly: blue. Hex color #717AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717AA2 is #8E855D. Grayscale: #7B7B7B. Windows color (decimal): -9340254 or 10648177. OLE color: 10648177.

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

Color convert

RGB113122162-
CMYK0.300.2500.36
HSL228.98º20.85%53.92%-
HSV(B)228.98º30.25%63.53%-
XYZ20.2920.0436.98-
YUV123.87149.52120.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 162 (63.67% from 255) = 40.81%
R=28.46%
G=30.73%
B=40.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131221620.300.2500.36228.9820.8553.92
Hex717AA21E19024e51536
Octal16117224236310443452566
Binary1110001111101010100010111101100101001001110010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #717AA2;
 }
 .AnyTagClassName
 {
   color: #717AA2;
 }
</style>
background-color css

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

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

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

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

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

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