Html Css Color HEX #7A839D Ship Cove

📋 copy color: '#7A839D'

red 122 ◦ green 131 ◦ blue 157

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

Shades of Ship Cove #7A839D

Tints of Ship Cove #7A839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.95%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 29.76%
G = 31.95%
B = 38.29%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A839D (or 0x7A839D) is known color: Ship Cove. HEX triplet: 7A, 83 and 9D. RGB value is (122,131,157). Sum of RGB (Red+Green+Blue) = 122+131+157=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A839D is #857C62. Grayscale: #838383. Windows color (decimal): -8748131 or 10322810. OLE color: 10322810.

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

Color convert

RGB 122 131 157 -
CMYK 0.22 0.17 0 0.38
HSL 224.57º 0.15% 0.55% -
HSV(B) 224.57º 0.22% 0.62% -
XYZ 22.23 22.8 35.13 -
YUV 131.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 122 131 157 0.22 0.17 0 0.38 224.57 0.15 0.55
Hex 7A 83 9D 16 11 0 26 E1 F 37
Octal 172 203 235 26 21 0 46 341 17 67
Binary 1111010 10000011 10011101 10110 10001 0 100110 11100001 1111 110111

Color Harmonies of #7A839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A839D

Black with #7A839D

Text Example


Text Example

White with #7A839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,131,157); }

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

background-color css

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

 a { background-color: rgb(122,131,157); }

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

border-color css

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

 span { border-color: rgb(122,131,157); }

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