Html Css Color HEX #707FAD Ship Cove

📋 copy color: '#707FAD'

red 112 ◦ green 127 ◦ blue 173

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

Shades of Ship Cove #707FAD

Tints of Ship Cove #707FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

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

R = 27.18%
G = 30.83%
B = 41.99%

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

#707FAD (or 0x707FAD) is known color: Ship Cove. HEX triplet: 70, 7F and AD. RGB value is (112,127,173). Sum of RGB (Red+Green+Blue) = 112+127+173=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #707FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FAD is #8F8052. Grayscale: #7F7F7F. Windows color (decimal): -9404499 or 11370352. OLE color: 11370352.

HSL color Cylindrical-coordinate representation of color #707FAD: hue angle of 225.25º 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 #707FAD is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 127 173 -
CMYK 0.35 0.27 0 0.32
HSL 225.25º 0.27% 0.56% -
HSV(B) 225.25º 0.35% 0.68% -
XYZ 21.81 21.64 42.56 -
YUV 127.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 112 127 173 0.35 0.27 0 0.32 225.25 0.27 0.56
Hex 70 7F AD 23 1B 0 20 E1 1B 38
Octal 160 177 255 43 33 0 40 341 33 70
Binary 1110000 1111111 10101101 100011 11011 0 100000 11100001 11011 111000

Color Harmonies of #707FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FAD

Black with #707FAD

Text Example


Text Example

White with #707FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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