Html Css Color HEX #707EA4 Ship Cove

📋 copy color: '#707EA4'

red 112 ◦ green 126 ◦ blue 164

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

Shades of Ship Cove #707EA4

Tints of Ship Cove #707EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 27.86%
G = 31.34%
B = 40.8%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#707EA4 (or 0x707EA4) is known color: Ship Cove. HEX triplet: 70, 7E and A4. RGB value is (112,126,164). Sum of RGB (Red+Green+Blue) = 112+126+164=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #707EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EA4 is #8F815B. Grayscale: #7D7D7D. Windows color (decimal): -9404764 or 10780272. OLE color: 10780272.

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

Color convert

RGB 112 126 164 -
CMYK 0.32 0.23 0 0.36
HSL 223.85º 0.22% 0.54% -
HSV(B) 223.85º 0.32% 0.64% -
XYZ 20.84 21.05 38.09 -
YUV 126.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 112 126 164 0.32 0.23 0 0.36 223.85 0.22 0.54
Hex 70 7E A4 20 17 0 24 E0 16 36
Octal 160 176 244 40 27 0 44 340 26 66
Binary 1110000 1111110 10100100 100000 10111 0 100100 11100000 10110 110110

Color Harmonies of #707EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EA4

Black with #707EA4

Text Example


Text Example

White with #707EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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