#707EB1

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

Shades of Ship Cove #707EB1

Tints of Ship Cove #707EB1

Color information

#707EB1 (or 0x707EB1) is unknown color: approx Ship Cove. HEX triplet: 70, 7E and B1. RGB value is (112,126,177). Sum of RGB (Red+Green+Blue) = 112+126+177=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 177 - color contains mainly: blue. Hex color #707EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EB1 is #8F814E. Grayscale: #7F7F7F. Windows color (decimal): -9404751 or 11632240. OLE color: 11632240.

HSL color Cylindrical-coordinate representation of color #707EB1: hue angle of 227.08º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #707EB1 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112126177-
CMYK0.370.2900.31
HSL227.08º29.41%56.67%-
HSV(B)227.08º36.72%69.41%-
XYZ22.0821.5444.59-
YUV127.63155.86116.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 177 (69.53% from 255) = 42.65%
R=26.99%
G=30.36%
B=42.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121261770.370.2900.31227.0829.4156.67
Hex707EB1251D01Fe31d39
Octal16017626145350373433571
Binary1110000111111010110001100101111010111111110001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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