Html Css Color HEX #7A8AAA Ship Cove

📋 copy color: '#7A8AAA'

red 122 ◦ green 138 ◦ blue 170

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

Shades of Ship Cove #7A8AAA

Tints of Ship Cove #7A8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

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

R = 28.37%
G = 32.09%
B = 39.53%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A8AAA (or 0x7A8AAA) is known color: Ship Cove. HEX triplet: 7A, 8A and AA. RGB value is (122,138,170). Sum of RGB (Red+Green+Blue) = 122+138+170=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A8AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8AAA is #857555. Grayscale: #888888. Windows color (decimal): -8746326 or 11176570. OLE color: 11176570.

HSL color Cylindrical-coordinate representation of color #7A8AAA: hue angle of 220º 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 #7A8AAA is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 138 170 -
CMYK 0.28 0.19 0 0.33
HSL 220º 0.22% 0.57% -
HSV(B) 220º 0.28% 0.67% -
XYZ 24.37 25.22 41.61 -
YUV 136.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 122 138 170 0.28 0.19 0 0.33 220 0.22 0.57
Hex 7A 8A AA 1C 13 0 21 DC 16 39
Octal 172 212 252 34 23 0 41 334 26 71
Binary 1111010 10001010 10101010 11100 10011 0 100001 11011100 10110 111001

Color Harmonies of #7A8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8AAA

Black with #7A8AAA

Text Example


Text Example

White with #7A8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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