Html Css Color HEX #707EA3 Ship Cove

📋 copy color: '#707EA3'

red 112 ◦ green 126 ◦ blue 163

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

Shades of Ship Cove #707EA3

Tints of Ship Cove #707EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.65%

R = 27.93%
G = 31.42%
B = 40.65%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#707EA3 (or 0x707EA3) is known color: Ship Cove. HEX triplet: 70, 7E and A3. RGB value is (112,126,163). Sum of RGB (Red+Green+Blue) = 112+126+163=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 163 - color contains mainly: blue. Hex color #707EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EA3 is #8F815C. Grayscale: #7D7D7D. Windows color (decimal): -9404765 or 10714736. OLE color: 10714736.

HSL color Cylindrical-coordinate representation of color #707EA3: hue angle of 223.53º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707EA3 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 126 163 -
CMYK 0.31 0.23 0 0.36
HSL 223.53º 0.22% 0.54% -
HSV(B) 223.53º 0.31% 0.64% -
XYZ 20.75 21.01 37.61 -
YUV 126.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 112 126 163 0.31 0.23 0 0.36 223.53 0.22 0.54
Hex 70 7E A3 1F 17 0 24 E0 16 36
Octal 160 176 243 37 27 0 44 340 26 66
Binary 1110000 1111110 10100011 11111 10111 0 100100 11100000 10110 110110

Color Harmonies of #707EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EA3

Black with #707EA3

Text Example


Text Example

White with #707EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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