Html Css Color HEX #787BA0 Ship Cove

📋 copy color: '#787BA0'

red 120 ◦ green 123 ◦ blue 160

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

Shades of Ship Cove #787BA0

Tints of Ship Cove #787BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 29.78%
G = 30.52%
B = 39.7%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#787BA0 (or 0x787BA0) is known color: Ship Cove. HEX triplet: 78, 7B and A0. RGB value is (120,123,160). Sum of RGB (Red+Green+Blue) = 120+123+160=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #787BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787BA0 is #87845F. Grayscale: #7E7E7E. Windows color (decimal): -8881248 or 10517368. OLE color: 10517368.

HSL color Cylindrical-coordinate representation of color #787BA0: hue angle of 235.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787BA0 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 123 160 -
CMYK 0.25 0.23 0 0.37
HSL 235.5º 0.17% 0.55% -
HSV(B) 235.5º 0.25% 0.63% -
XYZ 21.17 20.7 36.14 -
YUV 126.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 120 123 160 0.25 0.23 0 0.37 235.5 0.17 0.55
Hex 78 7B A0 19 17 0 25 EC 11 37
Octal 170 173 240 31 27 0 45 354 21 67
Binary 1111000 1111011 10100000 11001 10111 0 100101 11101100 10001 110111

Color Harmonies of #787BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787BA0

Black with #787BA0

Text Example


Text Example

White with #787BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,123,160); }

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

background-color css

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

 a { background-color: rgb(120,123,160); }

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

border-color css

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

 span { border-color: rgb(120,123,160); }

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