Html Css Color HEX #788CA6 Ship Cove

📋 copy color: '#788CA6'

red 120 ◦ green 140 ◦ blue 166

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

Shades of Ship Cove #788CA6

Tints of Ship Cove #788CA6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.86%

 BLUE value IS 166 (65.23% from 255) = 38.97%

R = 28.17%
G = 32.86%
B = 38.97%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#788CA6 (or 0x788CA6) is known color: Ship Cove. HEX triplet: 78, 8C and A6. RGB value is (120,140,166). Sum of RGB (Red+Green+Blue) = 120+140+166=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 166 - color contains mainly: blue. Hex color #788CA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788CA6 is #877359. Grayscale: #888888. Windows color (decimal): -8876890 or 10914936. OLE color: 10914936.

HSL color Cylindrical-coordinate representation of color #788CA6: hue angle of 213.91º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #788CA6 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 140 166 -
CMYK 0.28 0.16 0 0.35
HSL 213.91º 0.21% 0.56% -
HSV(B) 213.91º 0.28% 0.65% -
XYZ 24.01 25.5 39.73 -
YUV 136.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 120 140 166 0.28 0.16 0 0.35 213.91 0.21 0.56
Hex 78 8C A6 1C 10 0 23 D6 15 38
Octal 170 214 246 34 20 0 43 326 25 70
Binary 1111000 10001100 10100110 11100 10000 0 100011 11010110 10101 111000

Color Harmonies of #788CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CA6

Black with #788CA6

Text Example


Text Example

White with #788CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,140,166); }

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

background-color css

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

 a { background-color: rgb(120,140,166); }

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

border-color css

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

 span { border-color: rgb(120,140,166); }

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