Html Css Color HEX #788AA4 Ship Cove

📋 copy color: '#788AA4'

red 120 ◦ green 138 ◦ blue 164

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

Shades of Ship Cove #788AA4

Tints of Ship Cove #788AA4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

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

R = 28.44%
G = 32.7%
B = 38.86%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#788AA4 (or 0x788AA4) is known color: Ship Cove. HEX triplet: 78, 8A and A4. RGB value is (120,138,164). Sum of RGB (Red+Green+Blue) = 120+138+164=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #788AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AA4 is #87755B. Grayscale: #878787. Windows color (decimal): -8877404 or 10783352. OLE color: 10783352.

HSL color Cylindrical-coordinate representation of color #788AA4: hue angle of 215.45º 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 #788AA4 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 138 164 -
CMYK 0.27 0.16 0 0.36
HSL 215.45º 0.19% 0.56% -
HSV(B) 215.45º 0.27% 0.64% -
XYZ 23.54 24.85 38.68 -
YUV 135.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 120 138 164 0.27 0.16 0 0.36 215.45 0.19 0.56
Hex 78 8A A4 1B 10 0 24 D7 13 38
Octal 170 212 244 33 20 0 44 327 23 70
Binary 1111000 10001010 10100100 11011 10000 0 100100 11010111 10011 111000

Color Harmonies of #788AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788AA4

Black with #788AA4

Text Example


Text Example

White with #788AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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