Html Css Color HEX #788AAE Ship Cove

📋 copy color: '#788AAE'

red 120 ◦ green 138 ◦ blue 174

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

Shades of Ship Cove #788AAE

Tints of Ship Cove #788AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 27.78%
G = 31.94%
B = 40.28%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#788AAE (or 0x788AAE) is known color: Ship Cove. HEX triplet: 78, 8A and AE. RGB value is (120,138,174). Sum of RGB (Red+Green+Blue) = 120+138+174=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #788AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AAE is #877551. Grayscale: #888888. Windows color (decimal): -8877394 or 11438712. OLE color: 11438712.

HSL color Cylindrical-coordinate representation of color #788AAE: hue angle of 220º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788AAE is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 138 174 -
CMYK 0.31 0.21 0 0.32
HSL 220º 0.25% 0.58% -
HSV(B) 220º 0.31% 0.68% -
XYZ 24.47 25.23 43.62 -
YUV 136.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 120 138 174 0.31 0.21 0 0.32 220 0.25 0.58
Hex 78 8A AE 1F 15 0 20 DC 19 3A
Octal 170 212 256 37 25 0 40 334 31 72
Binary 1111000 10001010 10101110 11111 10101 0 100000 11011100 11001 111010

Color Harmonies of #788AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788AAE

Black with #788AAE

Text Example


Text Example

White with #788AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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