#787B98

Color #787B98 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #787B98

Tints of Ship Cove #787B98

Color information

#787B98 (or 0x787B98) is unknown color: approx Ship Cove. HEX triplet: 78, 7B and 98. RGB value is (120,123,152). Sum of RGB (Red+Green+Blue) = 120+123+152=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #787B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787B98 is #878467. Grayscale: #7D7D7D. Windows color (decimal): -8881256 or 9993080. OLE color: 9993080.

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

Color convert

RGB120123152-
CMYK0.210.1900.40
HSL234.38º13.45%53.33%-
HSV(B)234.38º21.05%59.61%-
XYZ20.520.4332.57-
YUV125.41143.01124.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=30.38%
G=31.14%
B=38.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201231520.210.1900.40234.3813.4553.33
Hex787B981513028ead35
Octal17017323025230503521565
Binary111100011110111001100010101100110101000111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #787B98;
 }
 .AnyTagClassName
 {
   color: #787B98;
 }
</style>
background-color css

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

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

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

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

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

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