Html Css Color HEX #7983AC Ship Cove

📋 copy color: '#7983AC'

red 121 ◦ green 131 ◦ blue 172

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

Shades of Ship Cove #7983AC

Tints of Ship Cove #7983AC

RGB

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

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

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

R = 28.54%
G = 30.9%
B = 40.57%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7983AC (or 0x7983AC) is known color: Ship Cove. HEX triplet: 79, 83 and AC. RGB value is (121,131,172). Sum of RGB (Red+Green+Blue) = 121+131+172=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #7983AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7983AC is #867C53. Grayscale: #848484. Windows color (decimal): -8813652 or 11305849. OLE color: 11305849.

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

Color convert

RGB 121 131 172 -
CMYK 0.30 0.24 0 0.33
HSL 228.24º 0.24% 0.57% -
HSV(B) 228.24º 0.3% 0.67% -
XYZ 23.45 23.28 42.29 -
YUV 132.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 121 131 172 0.30 0.24 0 0.33 228.24 0.24 0.57
Hex 79 83 AC 1E 18 0 21 E4 18 39
Octal 171 203 254 36 30 0 41 344 30 71
Binary 1111001 10000011 10101100 11110 11000 0 100001 11100100 11000 111001

Color Harmonies of #7983AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7983AC

Black with #7983AC

Text Example


Text Example

White with #7983AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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