#745897

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

Shades of Studio #745897

Tints of Studio #745897

Color information

#745897 (or 0x745897) is unknown color: approx Studio. HEX triplet: 74, 58 and 97. RGB value is (116,88,151). Sum of RGB (Red+Green+Blue) = 116+88+151=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #745897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745897 is #8BA768. Grayscale: #676767. Windows color (decimal): -9152361 or 9918580. OLE color: 9918580.

HSL color Cylindrical-coordinate representation of color #745897: hue angle of 266.67º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745897 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11688151-
CMYK0.230.4200.41
HSL266.67º26.36%46.86%-
HSV(B)266.67º41.72%59.22%-
XYZ16.2812.9330.92-
YUV103.55154.78136.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 151 (59.38% from 255) = 42.54%
R=32.68%
G=24.79%
B=42.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116881510.230.4200.41266.6726.3646.86
Hex745897172A02910b1a2f
Octal16413022727520514133257
Binary111010010110001001011110111101010010100110000101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745897; }

 p { color: rgb(116,88,151); }

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

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

 a { background-color: rgb(116,88,151); }

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

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

 span { border-color: rgb(116,88,151); }

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