Html Css Color HEX #788FAD Ship Cove

📋 copy color: '#788FAD'

red 120 ◦ green 143 ◦ blue 173

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

Shades of Ship Cove #788FAD

Tints of Ship Cove #788FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 27.52%
G = 32.8%
B = 39.68%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#788FAD (or 0x788FAD) is known color: Ship Cove. HEX triplet: 78, 8F and AD. RGB value is (120,143,173). Sum of RGB (Red+Green+Blue) = 120+143+173=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #788FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FAD is #877052. Grayscale: #8B8B8B. Windows color (decimal): -8876115 or 11374456. OLE color: 11374456.

HSL color Cylindrical-coordinate representation of color #788FAD: hue angle of 213.96º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788FAD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 143 173 -
CMYK 0.31 0.17 0 0.32
HSL 213.96º 0.24% 0.57% -
HSV(B) 213.96º 0.31% 0.68% -
XYZ 25.11 26.66 43.36 -
YUV 139.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 120 143 173 0.31 0.17 0 0.32 213.96 0.24 0.57
Hex 78 8F AD 1F 11 0 20 D6 18 39
Octal 170 217 255 37 21 0 40 326 30 71
Binary 1111000 10001111 10101101 11111 10001 0 100000 11010110 11000 111001

Color Harmonies of #788FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FAD

Black with #788FAD

Text Example


Text Example

White with #788FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788FAD; }

 p { color: rgb(120,143,173); }

 H1.HeaderClassName
 {
   color: #788FAD;
 }
 .AnyTagClassName
 {
   color: #788FAD;
 }
</style>

background-color css

<style>
 a { background-color: #788FAD; }

 a { background-color: rgb(120,143,173); }

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

border-color css

<style>
 span { border-color: #788FAD; }

 span { border-color: rgb(120,143,173); }

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