Html Css Color HEX #7A85AA Ship Cove

📋 copy color: '#7A85AA'

red 122 ◦ green 133 ◦ blue 170

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

Shades of Ship Cove #7A85AA

Tints of Ship Cove #7A85AA

RGB

 RED value IS 122 (48.05% from 255) = 28.71%

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

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

R = 28.71%
G = 31.29%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A85AA (or 0x7A85AA) is known color: Ship Cove. HEX triplet: 7A, 85 and AA. RGB value is (122,133,170). Sum of RGB (Red+Green+Blue) = 122+133+170=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A85AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A85AA is #857A55. Grayscale: #858585. Windows color (decimal): -8747606 or 11175290. OLE color: 11175290.

HSL color Cylindrical-coordinate representation of color #7A85AA: hue angle of 226.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A85AA is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 133 170 -
CMYK 0.28 0.22 0 0.33
HSL 226.25º 0.22% 0.57% -
HSV(B) 226.25º 0.28% 0.67% -
XYZ 23.67 23.81 41.38 -
YUV 133.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 122 133 170 0.28 0.22 0 0.33 226.25 0.22 0.57
Hex 7A 85 AA 1C 16 0 21 E2 16 39
Octal 172 205 252 34 26 0 41 342 26 71
Binary 1111010 10000101 10101010 11100 10110 0 100001 11100010 10110 111001

Color Harmonies of #7A85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A85AA

Black with #7A85AA

Text Example


Text Example

White with #7A85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A85AA; }

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

 H1.HeaderClassName
 {
   color: #7A85AA;
 }
 .AnyTagClassName
 {
   color: #7A85AA;
 }
</style>

background-color css

<style>
 a { background-color: #7A85AA; }

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

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

border-color css

<style>
 span { border-color: #7A85AA; }

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

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