Html Css Color HEX #7881AE Ship Cove

📋 copy color: '#7881AE'

red 120 ◦ green 129 ◦ blue 174

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

Shades of Ship Cove #7881AE

Tints of Ship Cove #7881AE

RGB

 RED value IS 120 (47.27% from 255) = 28.37%

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

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 28.37%
G = 30.5%
B = 41.13%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7881AE (or 0x7881AE) is known color: Ship Cove. HEX triplet: 78, 81 and AE. RGB value is (120,129,174). Sum of RGB (Red+Green+Blue) = 120+129+174=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #7881AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7881AE is #877E51. Grayscale: #838383. Windows color (decimal): -8879698 or 11436408. OLE color: 11436408.

HSL color Cylindrical-coordinate representation of color #7881AE: hue angle of 230º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7881AE is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 129 174 -
CMYK 0.31 0.26 0 0.32
HSL 230º 0.25% 0.58% -
HSV(B) 230º 0.31% 0.68% -
XYZ 23.24 22.75 43.21 -
YUV 131.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 120 129 174 0.31 0.26 0 0.32 230 0.25 0.58
Hex 78 81 AE 1F 1A 0 20 E6 19 3A
Octal 170 201 256 37 32 0 40 346 31 72
Binary 1111000 10000001 10101110 11111 11010 0 100000 11100110 11001 111010

Color Harmonies of #7881AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7881AE

Black with #7881AE

Text Example


Text Example

White with #7881AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7881AE; }

 p { color: rgb(120,129,174); }

 H1.HeaderClassName
 {
   color: #7881AE;
 }
 .AnyTagClassName
 {
   color: #7881AE;
 }
</style>

background-color css

<style>
 a { background-color: #7881AE; }

 a { background-color: rgb(120,129,174); }

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

border-color css

<style>
 span { border-color: #7881AE; }

 span { border-color: rgb(120,129,174); }

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