Html Css Color HEX #787F98 Ship Cove

📋 copy color: '#787F98'

red 120 ◦ green 127 ◦ blue 152

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

Shades of Ship Cove #787F98

Tints of Ship Cove #787F98

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

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

R = 30.08%
G = 31.83%
B = 38.1%

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

#787F98 (or 0x787F98) is known color: Ship Cove. HEX triplet: 78, 7F and 98. RGB value is (120,127,152). Sum of RGB (Red+Green+Blue) = 120+127+152=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #787F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F98 is #878067. Grayscale: #7F7F7F. Windows color (decimal): -8880232 or 9994104. OLE color: 9994104.

HSL color Cylindrical-coordinate representation of color #787F98: hue angle of 226.88º 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 #787F98 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 127 152 -
CMYK 0.21 0.16 0 0.40
HSL 226.88º 0.13% 0.53% -
HSV(B) 226.88º 0.21% 0.6% -
XYZ 21 21.44 32.74 -
YUV 127.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 120 127 152 0.21 0.16 0 0.40 226.88 0.13 0.53
Hex 78 7F 98 15 10 0 28 E3 D 35
Octal 170 177 230 25 20 0 50 343 15 65
Binary 1111000 1111111 10011000 10101 10000 0 101000 11100011 1101 110101

Color Harmonies of #787F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787F98

Black with #787F98

Text Example


Text Example

White with #787F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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