Html Css Color HEX #788DAD Ship Cove

📋 copy color: '#788DAD'

red 120 ◦ green 141 ◦ blue 173

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

Shades of Ship Cove #788DAD

Tints of Ship Cove #788DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.49%

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

R = 27.65%
G = 32.49%
B = 39.86%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#788DAD (or 0x788DAD) is known color: Ship Cove. HEX triplet: 78, 8D and AD. RGB value is (120,141,173). Sum of RGB (Red+Green+Blue) = 120+141+173=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #788DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DAD is #877252. Grayscale: #8A8A8A. Windows color (decimal): -8876627 or 11373944. OLE color: 11373944.

HSL color Cylindrical-coordinate representation of color #788DAD: hue angle of 216.23º 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 #788DAD is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 141 173 -
CMYK 0.31 0.18 0 0.32
HSL 216.23º 0.24% 0.57% -
HSV(B) 216.23º 0.31% 0.68% -
XYZ 24.81 26.06 43.26 -
YUV 138.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 120 141 173 0.31 0.18 0 0.32 216.23 0.24 0.57
Hex 78 8D AD 1F 12 0 20 D8 18 39
Octal 170 215 255 37 22 0 40 330 30 71
Binary 1111000 10001101 10101101 11111 10010 0 100000 11011000 11000 111001

Color Harmonies of #788DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DAD

Black with #788DAD

Text Example


Text Example

White with #788DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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