Html Css Color HEX #707E9D Ship Cove

📋 copy color: '#707E9D'

red 112 ◦ green 126 ◦ blue 157

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

Shades of Ship Cove #707E9D

Tints of Ship Cove #707E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 28.35%
G = 31.9%
B = 39.75%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#707E9D (or 0x707E9D) is known color: Ship Cove. HEX triplet: 70, 7E and 9D. RGB value is (112,126,157). Sum of RGB (Red+Green+Blue) = 112+126+157=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #707E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E9D is #8F8162. Grayscale: #7D7D7D. Windows color (decimal): -9404771 or 10321520. OLE color: 10321520.

HSL color Cylindrical-coordinate representation of color #707E9D: hue angle of 221.33º 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 #707E9D is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 126 157 -
CMYK 0.29 0.20 0 0.38
HSL 221.33º 0.19% 0.53% -
HSV(B) 221.33º 0.29% 0.62% -
XYZ 20.23 20.8 34.85 -
YUV 125.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 112 126 157 0.29 0.20 0 0.38 221.33 0.19 0.53
Hex 70 7E 9D 1D 14 0 26 DD 13 35
Octal 160 176 235 35 24 0 46 335 23 65
Binary 1110000 1111110 10011101 11101 10100 0 100110 11011101 10011 110101

Color Harmonies of #707E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E9D

Black with #707E9D

Text Example


Text Example

White with #707E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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