Html Css Color HEX #7983AB Ship Cove

📋 copy color: '#7983AB'

red 121 ◦ green 131 ◦ blue 171

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

Shades of Ship Cove #7983AB

Tints of Ship Cove #7983AB

RGB

 RED value IS 121 (47.66% from 255) = 28.61%

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

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 28.61%
G = 30.97%
B = 40.43%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7983AB (or 0x7983AB) is known color: Ship Cove. HEX triplet: 79, 83 and AB. RGB value is (121,131,171). Sum of RGB (Red+Green+Blue) = 121+131+171=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #7983AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7983AB is #867C54. Grayscale: #848484. Windows color (decimal): -8813653 or 11240313. OLE color: 11240313.

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

Color convert

RGB 121 131 171 -
CMYK 0.29 0.23 0 0.33
HSL 228º 0.23% 0.57% -
HSV(B) 228º 0.29% 0.67% -
XYZ 23.35 23.24 41.78 -
YUV 132.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 121 131 171 0.29 0.23 0 0.33 228 0.23 0.57
Hex 79 83 AB 1D 17 0 21 E4 17 39
Octal 171 203 253 35 27 0 41 344 27 71
Binary 1111001 10000011 10101011 11101 10111 0 100001 11100100 10111 111001

Color Harmonies of #7983AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7983AB

Black with #7983AB

Text Example


Text Example

White with #7983AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7983AB; }

 p { color: rgb(121,131,171); }

 H1.HeaderClassName
 {
   color: #7983AB;
 }
 .AnyTagClassName
 {
   color: #7983AB;
 }
</style>

background-color css

<style>
 a { background-color: #7983AB; }

 a { background-color: rgb(121,131,171); }

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

border-color css

<style>
 span { border-color: #7983AB; }

 span { border-color: rgb(121,131,171); }

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