Html Css Color HEX #7A819D Ship Cove

📋 copy color: '#7A819D'

red 122 ◦ green 129 ◦ blue 157

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

Shades of Ship Cove #7A819D

Tints of Ship Cove #7A819D

RGB

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

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

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

R = 29.9%
G = 31.62%
B = 38.48%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A819D (or 0x7A819D) is known color: Ship Cove. HEX triplet: 7A, 81 and 9D. RGB value is (122,129,157). Sum of RGB (Red+Green+Blue) = 122+129+157=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A819D is #857E62. Grayscale: #818181. Windows color (decimal): -8748643 or 10322298. OLE color: 10322298.

HSL color Cylindrical-coordinate representation of color #7A819D: hue angle of 228º 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 #7A819D is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 129 157 -
CMYK 0.22 0.18 0 0.38
HSL 228º 0.15% 0.55% -
HSV(B) 228º 0.22% 0.62% -
XYZ 21.96 22.27 35.04 -
YUV 130.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 122 129 157 0.22 0.18 0 0.38 228 0.15 0.55
Hex 7A 81 9D 16 12 0 26 E4 F 37
Octal 172 201 235 26 22 0 46 344 17 67
Binary 1111010 10000001 10011101 10110 10010 0 100110 11100100 1111 110111

Color Harmonies of #7A819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A819D

Black with #7A819D

Text Example


Text Example

White with #7A819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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