Html Css Color HEX #707EAA Ship Cove

📋 copy color: '#707EAA'

red 112 ◦ green 126 ◦ blue 170

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

Shades of Ship Cove #707EAA

Tints of Ship Cove #707EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 27.45%
G = 30.88%
B = 41.67%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707EAA (or 0x707EAA) is known color: Ship Cove. HEX triplet: 70, 7E and AA. RGB value is (112,126,170). Sum of RGB (Red+Green+Blue) = 112+126+170=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #707EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EAA is #8F8155. Grayscale: #7E7E7E. Windows color (decimal): -9404758 or 11173488. OLE color: 11173488.

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

Color convert

RGB 112 126 170 -
CMYK 0.34 0.26 0 0.33
HSL 225.52º 0.25% 0.55% -
HSV(B) 225.52º 0.34% 0.67% -
XYZ 21.4 21.27 41.01 -
YUV 126.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 112 126 170 0.34 0.26 0 0.33 225.52 0.25 0.55
Hex 70 7E AA 22 1A 0 21 E2 19 37
Octal 160 176 252 42 32 0 41 342 31 67
Binary 1110000 1111110 10101010 100010 11010 0 100001 11100010 11001 110111

Color Harmonies of #707EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EAA

Black with #707EAA

Text Example


Text Example

White with #707EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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