Html Css Color HEX #707DA9 Ship Cove

📋 copy color: '#707DA9'

red 112 ◦ green 125 ◦ blue 169

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

Shades of Ship Cove #707DA9

Tints of Ship Cove #707DA9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.79%

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

R = 27.59%
G = 30.79%
B = 41.63%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#707DA9 (or 0x707DA9) is known color: Ship Cove. HEX triplet: 70, 7D and A9. RGB value is (112,125,169). Sum of RGB (Red+Green+Blue) = 112+125+169=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 169 - color contains mainly: blue. Hex color #707DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707DA9 is #8F8256. Grayscale: #7D7D7D. Windows color (decimal): -9405015 or 11107696. OLE color: 11107696.

HSL color Cylindrical-coordinate representation of color #707DA9: hue angle of 226.32º 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 #707DA9 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 125 169 -
CMYK 0.34 0.26 0 0.34
HSL 226.32º 0.25% 0.55% -
HSV(B) 226.32º 0.34% 0.66% -
XYZ 21.18 20.98 40.47 -
YUV 126.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 112 125 169 0.34 0.26 0 0.34 226.32 0.25 0.55
Hex 70 7D A9 22 1A 0 22 E2 19 37
Octal 160 175 251 42 32 0 42 342 31 67
Binary 1110000 1111101 10101001 100010 11010 0 100010 11100010 11001 110111

Color Harmonies of #707DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DA9

Black with #707DA9

Text Example


Text Example

White with #707DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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