Html Css Color HEX #7A85AD Ship Cove

📋 copy color: '#7A85AD'

red 122 ◦ green 133 ◦ blue 173

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

Shades of Ship Cove #7A85AD

Tints of Ship Cove #7A85AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 28.5%
G = 31.07%
B = 40.42%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A85AD (or 0x7A85AD) is known color: Ship Cove. HEX triplet: 7A, 85 and AD. RGB value is (122,133,173). Sum of RGB (Red+Green+Blue) = 122+133+173=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A85AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A85AD is #857A52. Grayscale: #868686. Windows color (decimal): -8747603 or 11371898. OLE color: 11371898.

HSL color Cylindrical-coordinate representation of color #7A85AD: hue angle of 227.06º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A85AD is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 133 173 -
CMYK 0.29 0.23 0 0.32
HSL 227.06º 0.24% 0.58% -
HSV(B) 227.06º 0.29% 0.68% -
XYZ 23.96 23.93 42.89 -
YUV 134.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 122 133 173 0.29 0.23 0 0.32 227.06 0.24 0.58
Hex 7A 85 AD 1D 17 0 20 E3 18 3A
Octal 172 205 255 35 27 0 40 343 30 72
Binary 1111010 10000101 10101101 11101 10111 0 100000 11100011 11000 111010

Color Harmonies of #7A85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A85AD

Black with #7A85AD

Text Example


Text Example

White with #7A85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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