Html Css Color HEX #745895 Studio

📋 copy color: '#745895'

red 116 ◦ green 88 ◦ blue 149

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

Shades of Studio #745895

Tints of Studio #745895

RGB

 RED value IS 116 (45.7% from 255) = 32.86%

 GREEN value IS 88 (34.77% from 255) = 24.93%

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 32.86%
G = 24.93%
B = 42.21%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745895 (or 0x745895) is known color: Studio. HEX triplet: 74, 58 and 95. RGB value is (116,88,149). Sum of RGB (Red+Green+Blue) = 116+88+149=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #745895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745895 is #8BA76A. Grayscale: #676767. Windows color (decimal): -9152363 or 9787508. OLE color: 9787508.

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

Color convert

RGB 116 88 149 -
CMYK 0.22 0.41 0 0.42
HSL 267.54º 0.26% 0.46% -
HSV(B) 267.54º 0.41% 0.58% -
XYZ 16.12 12.86 30.07 -
YUV 103.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 116 88 149 0.22 0.41 0 0.42 267.54 0.26 0.46
Hex 74 58 95 16 29 0 2A 10C 1A 2E
Octal 164 130 225 26 51 0 52 414 32 56
Binary 1110100 1011000 10010101 10110 101001 0 101010 100001100 11010 101110

Color Harmonies of #745895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745895

Black with #745895

Text Example


Text Example

White with #745895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745895; }

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

 H1.HeaderClassName
 {
   color: #745895;
 }
 .AnyTagClassName
 {
   color: #745895;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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