Html Css Color HEX #707CA9 Ship Cove

📋 copy color: '#707CA9'

red 112 ◦ green 124 ◦ blue 169

#707CA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #707CA9

Tints of Ship Cove #707CA9

RGB

 RED value IS 112 (44.14% from 255) = 27.65%

 GREEN value IS 124 (48.83% from 255) = 30.62%

 BLUE value IS 169 (66.41% from 255) = 41.73%

R = 27.65%
G = 30.62%
B = 41.73%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#707CA9 (or 0x707CA9) is known color: Ship Cove. HEX triplet: 70, 7C and A9. RGB value is (112,124,169). Sum of RGB (Red+Green+Blue) = 112+124+169=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 169 - color contains mainly: blue. Hex color #707CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CA9 is #8F8356. Grayscale: #7D7D7D. Windows color (decimal): -9405271 or 11107440. OLE color: 11107440.

HSL color Cylindrical-coordinate representation of color #707CA9: hue angle of 227.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #707CA9 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 124 169 -
CMYK 0.34 0.27 0 0.34
HSL 227.37º 0.25% 0.55% -
HSV(B) 227.37º 0.34% 0.66% -
XYZ 21.05 20.72 40.43 -
YUV 125.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 112 124 169 0.34 0.27 0 0.34 227.37 0.25 0.55
Hex 70 7C A9 22 1B 0 22 E3 19 37
Octal 160 174 251 42 33 0 42 343 31 67
Binary 1110000 1111100 10101001 100010 11011 0 100010 11100011 11001 110111

Color Harmonies of #707CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CA9

Black with #707CA9

Text Example


Text Example

White with #707CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #707CA9;
 }
 .AnyTagClassName
 {
   color: #707CA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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