Html Css Color HEX #787A9D Ship Cove

📋 copy color: '#787A9D'

red 120 ◦ green 122 ◦ blue 157

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

Shades of Ship Cove #787A9D

Tints of Ship Cove #787A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 30.08%
G = 30.58%
B = 39.35%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#787A9D (or 0x787A9D) is known color: Ship Cove. HEX triplet: 78, 7A and 9D. RGB value is (120,122,157). Sum of RGB (Red+Green+Blue) = 120+122+157=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #787A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787A9D is #878562. Grayscale: #7D7D7D. Windows color (decimal): -8881507 or 10320504. OLE color: 10320504.

HSL color Cylindrical-coordinate representation of color #787A9D: hue angle of 236.76º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #787A9D is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 122 157 -
CMYK 0.24 0.22 0 0.38
HSL 236.76º 0.16% 0.54% -
HSV(B) 236.76º 0.24% 0.62% -
XYZ 20.79 20.35 34.73 -
YUV 125.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 120 122 157 0.24 0.22 0 0.38 236.76 0.16 0.54
Hex 78 7A 9D 18 16 0 26 ED 10 36
Octal 170 172 235 30 26 0 46 355 20 66
Binary 1111000 1111010 10011101 11000 10110 0 100110 11101101 10000 110110

Color Harmonies of #787A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787A9D

Black with #787A9D

Text Example


Text Example

White with #787A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,122,157); }

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

background-color css

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

 a { background-color: rgb(120,122,157); }

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

border-color css

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

 span { border-color: rgb(120,122,157); }

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