Html Css Color HEX #7A849F Ship Cove

📋 copy color: '#7A849F'

red 122 ◦ green 132 ◦ blue 159

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

Shades of Ship Cove #7A849F

Tints of Ship Cove #7A849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.96%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 29.54%
G = 31.96%
B = 38.5%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A849F (or 0x7A849F) is known color: Ship Cove. HEX triplet: 7A, 84 and 9F. RGB value is (122,132,159). Sum of RGB (Red+Green+Blue) = 122+132+159=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A849F is #857B60. Grayscale: #838383. Windows color (decimal): -8747873 or 10454138. OLE color: 10454138.

HSL color Cylindrical-coordinate representation of color #7A849F: hue angle of 223.78º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A849F is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 132 159 -
CMYK 0.23 0.17 0 0.38
HSL 223.78º 0.16% 0.55% -
HSV(B) 223.78º 0.23% 0.62% -
XYZ 22.54 23.14 36.08 -
YUV 132.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 122 132 159 0.23 0.17 0 0.38 223.78 0.16 0.55
Hex 7A 84 9F 17 11 0 26 E0 10 37
Octal 172 204 237 27 21 0 46 340 20 67
Binary 1111010 10000100 10011111 10111 10001 0 100110 11100000 10000 110111

Color Harmonies of #7A849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A849F

Black with #7A849F

Text Example


Text Example

White with #7A849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,132,159); }

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

background-color css

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

 a { background-color: rgb(122,132,159); }

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

border-color css

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

 span { border-color: rgb(122,132,159); }

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