Html Css Color HEX #7A819C Ship Cove

📋 copy color: '#7A819C'

red 122 ◦ green 129 ◦ blue 156

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

Shades of Ship Cove #7A819C

Tints of Ship Cove #7A819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.7%

 BLUE value IS 156 (61.33% from 255) = 38.33%

R = 29.98%
G = 31.7%
B = 38.33%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A819C (or 0x7A819C) is known color: Ship Cove. HEX triplet: 7A, 81 and 9C. RGB value is (122,129,156). Sum of RGB (Red+Green+Blue) = 122+129+156=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A819C is #857E63. Grayscale: #818181. Windows color (decimal): -8748644 or 10256762. OLE color: 10256762.

HSL color Cylindrical-coordinate representation of color #7A819C: hue angle of 227.65º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A819C is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 129 156 -
CMYK 0.22 0.17 0 0.39
HSL 227.65º 0.15% 0.55% -
HSV(B) 227.65º 0.22% 0.61% -
XYZ 21.88 22.24 34.59 -
YUV 129.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 122 129 156 0.22 0.17 0 0.39 227.65 0.15 0.55
Hex 7A 81 9C 16 11 0 27 E4 F 37
Octal 172 201 234 26 21 0 47 344 17 67
Binary 1111010 10000001 10011100 10110 10001 0 100111 11100100 1111 110111

Color Harmonies of #7A819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A819C

Black with #7A819C

Text Example


Text Example

White with #7A819C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,129,156); }

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

background-color css

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

 a { background-color: rgb(122,129,156); }

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

border-color css

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

 span { border-color: rgb(122,129,156); }

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