Html Css Color HEX #7085AA Ship Cove

📋 copy color: '#7085AA'

red 112 ◦ green 133 ◦ blue 170

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

Shades of Ship Cove #7085AA

Tints of Ship Cove #7085AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.05%

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 26.99%
G = 32.05%
B = 40.96%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7085AA (or 0x7085AA) is known color: Ship Cove. HEX triplet: 70, 85 and AA. RGB value is (112,133,170). Sum of RGB (Red+Green+Blue) = 112+133+170=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #7085AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7085AA is #8F7A55. Grayscale: #828282. Windows color (decimal): -9402966 or 11175280. OLE color: 11175280.

HSL color Cylindrical-coordinate representation of color #7085AA: hue angle of 218.28º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7085AA is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 133 170 -
CMYK 0.34 0.22 0 0.33
HSL 218.28º 0.25% 0.55% -
HSV(B) 218.28º 0.34% 0.67% -
XYZ 22.33 23.12 41.32 -
YUV 130.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 112 133 170 0.34 0.22 0 0.33 218.28 0.25 0.55
Hex 70 85 AA 22 16 0 21 DA 19 37
Octal 160 205 252 42 26 0 41 332 31 67
Binary 1110000 10000101 10101010 100010 10110 0 100001 11011010 11001 110111

Color Harmonies of #7085AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7085AA

Black with #7085AA

Text Example


Text Example

White with #7085AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7085AA; }

 p { color: rgb(112,133,170); }

 H1.HeaderClassName
 {
   color: #7085AA;
 }
 .AnyTagClassName
 {
   color: #7085AA;
 }
</style>

background-color css

<style>
 a { background-color: #7085AA; }

 a { background-color: rgb(112,133,170); }

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

border-color css

<style>
 span { border-color: #7085AA; }

 span { border-color: rgb(112,133,170); }

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