Html Css Color HEX #745897 Studio

📋 copy color: '#745897'

red 116 ◦ green 88 ◦ blue 151

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

Shades of Studio #745897

Tints of Studio #745897

RGB

 RED value IS 116 (45.7% 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 value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#745897 (or 0x745897) is known color: 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

RGB 116 88 151 -
CMYK 0.23 0.42 0 0.41
HSL 266.67º 0.26% 0.47% -
HSV(B) 266.67º 0.42% 0.59% -
XYZ 16.28 12.93 30.92 -
YUV 103.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 116 88 151 0.23 0.42 0 0.41 266.67 0.26 0.47
Hex 74 58 97 17 2A 0 29 10B 1A 2F
Octal 164 130 227 27 52 0 51 413 32 57
Binary 1110100 1011000 10010111 10111 101010 0 101001 100001011 11010 101111

Color Harmonies of #745897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745897

Black with #745897

Text Example


Text Example

White with #745897

Text Example


Text Example

HTML Codes & Css Web 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>