Html Css Color HEX #707FAF Ship Cove

📋 copy color: '#707FAF'

red 112 ◦ green 127 ◦ blue 175

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

Shades of Ship Cove #707FAF

Tints of Ship Cove #707FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 27.05%
G = 30.68%
B = 42.27%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#707FAF (or 0x707FAF) is known color: Ship Cove. HEX triplet: 70, 7F and AF. RGB value is (112,127,175). Sum of RGB (Red+Green+Blue) = 112+127+175=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #707FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FAF is #8F8050. Grayscale: #7F7F7F. Windows color (decimal): -9404497 or 11501424. OLE color: 11501424.

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

Color convert

RGB 112 127 175 -
CMYK 0.36 0.27 0 0.31
HSL 225.71º 0.28% 0.56% -
HSV(B) 225.71º 0.36% 0.69% -
XYZ 22.01 21.72 43.59 -
YUV 127.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 112 127 175 0.36 0.27 0 0.31 225.71 0.28 0.56
Hex 70 7F AF 24 1B 0 1F E2 1C 38
Octal 160 177 257 44 33 0 37 342 34 70
Binary 1110000 1111111 10101111 100100 11011 0 11111 11100010 11100 111000

Color Harmonies of #707FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FAF

Black with #707FAF

Text Example


Text Example

White with #707FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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