Html Css Color HEX #7A8FAC Ship Cove

📋 copy color: '#7A8FAC'

red 122 ◦ green 143 ◦ blue 172

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

Shades of Ship Cove #7A8FAC

Tints of Ship Cove #7A8FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.72%

 BLUE value IS 172 (67.58% from 255) = 39.36%

R = 27.92%
G = 32.72%
B = 39.36%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A8FAC (or 0x7A8FAC) is known color: Ship Cove. HEX triplet: 7A, 8F and AC. RGB value is (122,143,172). Sum of RGB (Red+Green+Blue) = 122+143+172=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A8FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8FAC is #857053. Grayscale: #8B8B8B. Windows color (decimal): -8745044 or 11308922. OLE color: 11308922.

HSL color Cylindrical-coordinate representation of color #7A8FAC: hue angle of 214.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A8FAC is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 143 172 -
CMYK 0.29 0.17 0 0.33
HSL 214.8º 0.23% 0.58% -
HSV(B) 214.8º 0.29% 0.67% -
XYZ 25.29 26.76 42.86 -
YUV 140.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 122 143 172 0.29 0.17 0 0.33 214.8 0.23 0.58
Hex 7A 8F AC 1D 11 0 21 D7 17 3A
Octal 172 217 254 35 21 0 41 327 27 72
Binary 1111010 10001111 10101100 11101 10001 0 100001 11010111 10111 111010

Color Harmonies of #7A8FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8FAC

Black with #7A8FAC

Text Example


Text Example

White with #7A8FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,143,172); }

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

background-color css

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

 a { background-color: rgb(122,143,172); }

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

border-color css

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

 span { border-color: rgb(122,143,172); }

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