#707CA6

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

Shades of Ship Cove #707CA6

Tints of Ship Cove #707CA6

Color information

#707CA6 (or 0x707CA6) is unknown color: approx Ship Cove. HEX triplet: 70, 7C and A6. RGB value is (112,124,166). Sum of RGB (Red+Green+Blue) = 112+124+166=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 166 - color contains mainly: blue. Hex color #707CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CA6 is #8F8359. Grayscale: #7D7D7D. Windows color (decimal): -9405274 or 10910832. OLE color: 10910832.

HSL color Cylindrical-coordinate representation of color #707CA6: hue angle of 226.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #707CA6 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112124166-
CMYK0.330.2500.35
HSL226.67º23.28%54.51%-
HSV(B)226.67º32.53%65.1%-
XYZ20.7720.6138.96-
YUV125.2151.02118.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 124 (48.83% from 255) = 30.85%
BLUE value IS 166 (65.23% from 255) = 41.29%
R=27.86%
G=30.85%
B=41.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121241660.330.2500.35226.6723.2854.51
Hex707CA62119023e31737
Octal16017424641310433432767
Binary11100001111100101001101000011100101000111110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707CA6; }

 p { color: rgb(112,124,166); }

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

<style>
 a { background-color: #707CA6; }

 a { background-color: rgb(112,124,166); }

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

<style>
 span { border-color: #707CA6; }

 span { border-color: rgb(112,124,166); }

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