Html Css Color HEX #787CA4 Ship Cove

📋 copy color: '#787CA4'

red 120 ◦ green 124 ◦ blue 164

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

Shades of Ship Cove #787CA4

Tints of Ship Cove #787CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.2%

R = 29.41%
G = 30.39%
B = 40.2%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#787CA4 (or 0x787CA4) is known color: Ship Cove. HEX triplet: 78, 7C and A4. RGB value is (120,124,164). Sum of RGB (Red+Green+Blue) = 120+124+164=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #787CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787CA4 is #87835B. Grayscale: #7F7F7F. Windows color (decimal): -8880988 or 10779768. OLE color: 10779768.

HSL color Cylindrical-coordinate representation of color #787CA4: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #787CA4 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 124 164 -
CMYK 0.27 0.24 0 0.36
HSL 234.55º 0.19% 0.56% -
HSV(B) 234.55º 0.27% 0.64% -
XYZ 21.65 21.09 38.05 -
YUV 127.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 120 124 164 0.27 0.24 0 0.36 234.55 0.19 0.56
Hex 78 7C A4 1B 18 0 24 EB 13 38
Octal 170 174 244 33 30 0 44 353 23 70
Binary 1111000 1111100 10100100 11011 11000 0 100100 11101011 10011 111000

Color Harmonies of #787CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787CA4

Black with #787CA4

Text Example


Text Example

White with #787CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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