#789298

Color #789298 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #789298

Tints of Gothic #789298

Color information

#789298 (or 0x789298) is unknown color: approx Gothic. HEX triplet: 78, 92 and 98. RGB value is (120,146,152). Sum of RGB (Red+Green+Blue) = 120+146+152=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: blue. Hex color #789298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789298 is #876D67. Grayscale: #8A8A8A. Windows color (decimal): -8875368 or 9998968. OLE color: 9998968.

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

Color convert

RGB120146152-
CMYK0.210.0400.40
HSL191.25º13.45%53.33%-
HSV(B)191.25º21.05%59.61%-
XYZ23.6926.8233.63-
YUV138.91135.39114.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 152 (59.77% from 255) = 36.36%
R=28.71%
G=34.93%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201461520.210.0400.40191.2513.4553.33
Hex789298154028bfd35
Octal1702222302540502771565
Binary11110001001001010011000101011000101000101111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789298; }

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

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

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

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

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

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

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

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