Html Css Color HEX #7087AE Ship Cove

📋 copy color: '#7087AE'

red 112 ◦ green 135 ◦ blue 174

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

Shades of Ship Cove #7087AE

Tints of Ship Cove #7087AE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.07%

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

R = 26.6%
G = 32.07%
B = 41.33%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7087AE (or 0x7087AE) is known color: Ship Cove. HEX triplet: 70, 87 and AE. RGB value is (112,135,174). Sum of RGB (Red+Green+Blue) = 112+135+174=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #7087AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7087AE is #8F7851. Grayscale: #848484. Windows color (decimal): -9402450 or 11437936. OLE color: 11437936.

HSL color Cylindrical-coordinate representation of color #7087AE: hue angle of 217.74º 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 #7087AE is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 135 174 -
CMYK 0.36 0.22 0 0.32
HSL 217.74º 0.28% 0.56% -
HSV(B) 217.74º 0.36% 0.68% -
XYZ 22.99 23.83 43.43 -
YUV 132.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 112 135 174 0.36 0.22 0 0.32 217.74 0.28 0.56
Hex 70 87 AE 24 16 0 20 DA 1C 38
Octal 160 207 256 44 26 0 40 332 34 70
Binary 1110000 10000111 10101110 100100 10110 0 100000 11011010 11100 111000

Color Harmonies of #7087AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7087AE

Black with #7087AE

Text Example


Text Example

White with #7087AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7087AE; }

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

 H1.HeaderClassName
 {
   color: #7087AE;
 }
 .AnyTagClassName
 {
   color: #7087AE;
 }
</style>

background-color css

<style>
 a { background-color: #7087AE; }

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

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

border-color css

<style>
 span { border-color: #7087AE; }

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

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