Html Css Color HEX #788BAD Ship Cove

📋 copy color: '#788BAD'

red 120 ◦ green 139 ◦ blue 173

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

Shades of Ship Cove #788BAD

Tints of Ship Cove #788BAD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.18%

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

R = 27.78%
G = 32.18%
B = 40.05%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#788BAD (or 0x788BAD) is known color: Ship Cove. HEX triplet: 78, 8B and AD. RGB value is (120,139,173). Sum of RGB (Red+Green+Blue) = 120+139+173=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #788BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BAD is #877452. Grayscale: #898989. Windows color (decimal): -8877139 or 11373432. OLE color: 11373432.

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

Color convert

RGB 120 139 173 -
CMYK 0.31 0.20 0 0.32
HSL 218.49º 0.24% 0.57% -
HSV(B) 218.49º 0.31% 0.68% -
XYZ 24.52 25.48 43.16 -
YUV 137.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 120 139 173 0.31 0.20 0 0.32 218.49 0.24 0.57
Hex 78 8B AD 1F 14 0 20 DA 18 39
Octal 170 213 255 37 24 0 40 332 30 71
Binary 1111000 10001011 10101101 11111 10100 0 100000 11011010 11000 111001

Color Harmonies of #788BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BAD

Black with #788BAD

Text Example


Text Example

White with #788BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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