Html Css Color HEX #787CA1 Ship Cove

📋 copy color: '#787CA1'

red 120 ◦ green 124 ◦ blue 161

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

Shades of Ship Cove #787CA1

Tints of Ship Cove #787CA1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.62%

 BLUE value IS 161 (63.28% from 255) = 39.75%

R = 29.63%
G = 30.62%
B = 39.75%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#787CA1 (or 0x787CA1) is known color: Ship Cove. HEX triplet: 78, 7C and A1. RGB value is (120,124,161). Sum of RGB (Red+Green+Blue) = 120+124+161=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 161 - color contains mainly: blue. Hex color #787CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787CA1 is #87835E. Grayscale: #7E7E7E. Windows color (decimal): -8880991 or 10583160. OLE color: 10583160.

HSL color Cylindrical-coordinate representation of color #787CA1: hue angle of 234.15º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787CA1 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 124 161 -
CMYK 0.25 0.23 0 0.37
HSL 234.15º 0.18% 0.55% -
HSV(B) 234.15º 0.25% 0.63% -
XYZ 21.39 20.98 36.64 -
YUV 127.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 120 124 161 0.25 0.23 0 0.37 234.15 0.18 0.55
Hex 78 7C A1 19 17 0 25 EA 12 37
Octal 170 174 241 31 27 0 45 352 22 67
Binary 1111000 1111100 10100001 11001 10111 0 100101 11101010 10010 110111

Color Harmonies of #787CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787CA1

Black with #787CA1

Text Example


Text Example

White with #787CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787CA1; }

 p { color: rgb(120,124,161); }

 H1.HeaderClassName
 {
   color: #787CA1;
 }
 .AnyTagClassName
 {
   color: #787CA1;
 }
</style>

background-color css

<style>
 a { background-color: #787CA1; }

 a { background-color: rgb(120,124,161); }

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

border-color css

<style>
 span { border-color: #787CA1; }

 span { border-color: rgb(120,124,161); }

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