#707EAD

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

Shades of Ship Cove #707EAD

Tints of Ship Cove #707EAD

Color information

#707EAD (or 0x707EAD) is unknown color: approx Ship Cove. HEX triplet: 70, 7E and AD. RGB value is (112,126,173). Sum of RGB (Red+Green+Blue) = 112+126+173=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #707EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EAD is #8F8152. Grayscale: #7E7E7E. Windows color (decimal): -9404755 or 11370096. OLE color: 11370096.

HSL color Cylindrical-coordinate representation of color #707EAD: hue angle of 226.23º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707EAD is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112126173-
CMYK0.350.2700.32
HSL226.23º27.11%55.88%-
HSV(B)226.23º35.26%67.84%-
XYZ21.6921.3842.52-
YUV127.17153.86117.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=27.25%
G=30.66%
B=42.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121261730.350.2700.32226.2327.1155.88
Hex707EAD231B020e21b38
Octal16017625543330403423370
Binary11100001111110101011011000111101101000001110001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,126,173); }

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

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

 a { background-color: rgb(112,126,173); }

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

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

 span { border-color: rgb(112,126,173); }

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