Html Css Color HEX #707FAE Ship Cove

📋 copy color: '#707FAE'

red 112 ◦ green 127 ◦ blue 174

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

Shades of Ship Cove #707FAE

Tints of Ship Cove #707FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 27.12%
G = 30.75%
B = 42.13%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#707FAE (or 0x707FAE) is known color: Ship Cove. HEX triplet: 70, 7F and AE. RGB value is (112,127,174). Sum of RGB (Red+Green+Blue) = 112+127+174=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #707FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FAE is #8F8051. Grayscale: #7F7F7F. Windows color (decimal): -9404498 or 11435888. OLE color: 11435888.

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

Color convert

RGB 112 127 174 -
CMYK 0.36 0.27 0 0.32
HSL 225.48º 0.28% 0.56% -
HSV(B) 225.48º 0.36% 0.68% -
XYZ 21.91 21.68 43.07 -
YUV 127.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 112 127 174 0.36 0.27 0 0.32 225.48 0.28 0.56
Hex 70 7F AE 24 1B 0 20 E1 1C 38
Octal 160 177 256 44 33 0 40 341 34 70
Binary 1110000 1111111 10101110 100100 11011 0 100000 11100001 11100 111000

Color Harmonies of #707FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FAE

Black with #707FAE

Text Example


Text Example

White with #707FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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