#707FB1

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

Shades of Ship Cove #707FB1

Tints of Ship Cove #707FB1

Color information

#707FB1 (or 0x707FB1) is unknown color: approx Ship Cove. HEX triplet: 70, 7F and B1. RGB value is (112,127,177). Sum of RGB (Red+Green+Blue) = 112+127+177=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 177 - color contains mainly: blue. Hex color #707FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FB1 is #8F804E. Grayscale: #808080. Windows color (decimal): -9404495 or 11632496. OLE color: 11632496.

HSL color Cylindrical-coordinate representation of color #707FB1: hue angle of 226.15º 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 #707FB1 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112127177-
CMYK0.370.2800.31
HSL226.15º29.41%56.67%-
HSV(B)226.15º36.72%69.41%-
XYZ22.2121.844.63-
YUV128.22155.53116.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 177 (69.53% from 255) = 42.55%
R=26.92%
G=30.53%
B=42.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121271770.370.2800.31226.1529.4156.67
Hex707FB1251C01Fe21d39
Octal16017726145340373423571
Binary1110000111111110110001100101111000111111110001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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