Html Css Color HEX #788CA7 Ship Cove

📋 copy color: '#788CA7'

red 120 ◦ green 140 ◦ blue 167

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

Shades of Ship Cove #788CA7

Tints of Ship Cove #788CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.11%

R = 28.1%
G = 32.79%
B = 39.11%

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

#788CA7 (or 0x788CA7) is known color: Ship Cove. HEX triplet: 78, 8C and A7. RGB value is (120,140,167). Sum of RGB (Red+Green+Blue) = 120+140+167=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 167 - color contains mainly: blue. Hex color #788CA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788CA7 is #877358. Grayscale: #888888. Windows color (decimal): -8876889 or 10980472. OLE color: 10980472.

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

Color convert

RGB 120 140 167 -
CMYK 0.28 0.16 0 0.35
HSL 214.47º 0.21% 0.56% -
HSV(B) 214.47º 0.28% 0.65% -
XYZ 24.1 25.54 40.22 -
YUV 137.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 120 140 167 0.28 0.16 0 0.35 214.47 0.21 0.56
Hex 78 8C A7 1C 10 0 23 D6 15 38
Octal 170 214 247 34 20 0 43 326 25 70
Binary 1111000 10001100 10100111 11100 10000 0 100011 11010110 10101 111000

Color Harmonies of #788CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CA7

Black with #788CA7

Text Example


Text Example

White with #788CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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