Html Css Color HEX #707EAD Ship Cove

📋 copy color: '#707EAD'

red 112 ◦ green 126 ◦ blue 173

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

Shades of Ship Cove #707EAD

Tints of Ship Cove #707EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 27.25%
G = 30.66%
B = 42.09%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#707EAD (or 0x707EAD) is known color: Ship Cove. HEX triplet: 70, 7E and AD. RGB value is (112,126,173). Sum of RGB (Red+Green+Blue) = 112+126+173=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #707EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EAD is #8F8152. Grayscale: #7E7E7E. Windows color (decimal): -9404755 or 11370096. OLE color: 11370096.

HSL color Cylindrical-coordinate representation of color #707EAD: hue angle of 226.23º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707EAD is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 126 173 -
CMYK 0.35 0.27 0 0.32
HSL 226.23º 0.27% 0.56% -
HSV(B) 226.23º 0.35% 0.68% -
XYZ 21.69 21.38 42.52 -
YUV 127.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 112 126 173 0.35 0.27 0 0.32 226.23 0.27 0.56
Hex 70 7E AD 23 1B 0 20 E2 1B 38
Octal 160 176 255 43 33 0 40 342 33 70
Binary 1110000 1111110 10101101 100011 11011 0 100000 11100010 11011 111000

Color Harmonies of #707EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EAD

Black with #707EAD

Text Example


Text Example

White with #707EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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