#707C9D

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

Shades of Ship Cove #707C9D

Tints of Ship Cove #707C9D

Color information

#707C9D (or 0x707C9D) is unknown color: approx Ship Cove. HEX triplet: 70, 7C and 9D. RGB value is (112,124,157). Sum of RGB (Red+Green+Blue) = 112+124+157=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #707C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C9D is #8F8362. Grayscale: #7C7C7C. Windows color (decimal): -9405283 or 10321008. OLE color: 10321008.

HSL color Cylindrical-coordinate representation of color #707C9D: hue angle of 224º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #707C9D is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112124157-
CMYK0.290.2100.38
HSL224º18.67%52.75%-
HSV(B)224º28.66%61.57%-
XYZ19.9820.2934.76-
YUV124.17146.52119.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=28.50%
G=31.55%
B=39.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121241570.290.2100.3822418.6752.75
Hex707C9D1D15026e01335
Octal16017423535250463402365
Binary1110000111110010011101111011010101001101110000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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