Html Css Color HEX #788098 Ship Cove

📋 copy color: '#788098'

red 120 ◦ green 128 ◦ blue 152

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

Shades of Ship Cove #788098

Tints of Ship Cove #788098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

 BLUE value IS 152 (59.77% from 255) = 38%

R = 30%
G = 32%
B = 38%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#788098 (or 0x788098) is known color: Ship Cove. HEX triplet: 78, 80 and 98. RGB value is (120,128,152). Sum of RGB (Red+Green+Blue) = 120+128+152=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #788098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788098 is #877F67. Grayscale: #808080. Windows color (decimal): -8879976 or 9994360. OLE color: 9994360.

HSL color Cylindrical-coordinate representation of color #788098: hue angle of 225º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #788098 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 128 152 -
CMYK 0.21 0.16 0 0.40
HSL 225º 0.13% 0.53% -
HSV(B) 225º 0.21% 0.6% -
XYZ 21.13 21.7 32.78 -
YUV 128.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 120 128 152 0.21 0.16 0 0.40 225 0.13 0.53
Hex 78 80 98 15 10 0 28 E1 D 35
Octal 170 200 230 25 20 0 50 341 15 65
Binary 1111000 10000000 10011000 10101 10000 0 101000 11100001 1101 110101

Color Harmonies of #788098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788098

Black with #788098

Text Example


Text Example

White with #788098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788098; }

 p { color: rgb(120,128,152); }

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

background-color css

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

 a { background-color: rgb(120,128,152); }

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

border-color css

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

 span { border-color: rgb(120,128,152); }

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