#707AA7

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

Shades of Ship Cove #707AA7

Tints of Ship Cove #707AA7

Color information

#707AA7 (or 0x707AA7) is unknown color: approx Ship Cove. HEX triplet: 70, 7A and A7. RGB value is (112,122,167). Sum of RGB (Red+Green+Blue) = 112+122+167=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 167 - color contains mainly: blue. Hex color #707AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AA7 is #8F8558. Grayscale: #7B7B7B. Windows color (decimal): -9405785 or 10975856. OLE color: 10975856.

HSL color Cylindrical-coordinate representation of color #707AA7: hue angle of 229.09º degrees, saturation: 0.24, 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 #707AA7 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112122167-
CMYK0.330.2700.35
HSL229.09º23.81%54.71%-
HSV(B)229.09º32.93%65.49%-
XYZ20.6220.1539.36-
YUV124.14152.19119.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 167 (65.62% from 255) = 41.65%
R=27.93%
G=30.42%
B=41.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121221670.330.2700.35229.0923.8154.71
Hex707AA7211B023e51837
Octal16017224741330433453067
Binary11100001111010101001111000011101101000111110010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,122,167); }

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

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

 a { background-color: rgb(112,122,167); }

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

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

 span { border-color: rgb(112,122,167); }

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