#759398

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

Shades of Gothic #759398

Tints of Gothic #759398

Color information

#759398 (or 0x759398) is unknown color: approx Gothic. HEX triplet: 75, 93 and 98. RGB value is (117,147,152). Sum of RGB (Red+Green+Blue) = 117+147+152=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: blue. Hex color #759398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759398 is #8A6C67. Grayscale: #8A8A8A. Windows color (decimal): -9071720 or 9999221. OLE color: 9999221.

HSL color Cylindrical-coordinate representation of color #759398: hue angle of 188.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759398 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117147152-
CMYK0.230.0300.40
HSL188.57º14.52%52.75%-
HSV(B)188.57º23.03%59.61%-
XYZ23.4426.9233.67-
YUV138.6135.56112.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 152 (59.77% from 255) = 36.54%
R=28.12%
G=35.34%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171471520.230.0300.40188.5714.5252.75
Hex759398173028bdf35
Octal1652232302730502751765
Binary1110101100100111001100010111110101000101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759398; }

 p { color: rgb(117,147,152); }

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

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

 a { background-color: rgb(117,147,152); }

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

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

 span { border-color: rgb(117,147,152); }

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