Html Css Color HEX #745794 Studio

📋 copy color: '#745794'

red 116 ◦ green 87 ◦ blue 148

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

Shades of Studio #745794

Tints of Studio #745794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.79%

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 33.05%
G = 24.79%
B = 42.17%

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

#745794 (or 0x745794) is known color: Studio. HEX triplet: 74, 57 and 94. RGB value is (116,87,148). Sum of RGB (Red+Green+Blue) = 116+87+148=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #745794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745794 is #8BA86B. Grayscale: #666666. Windows color (decimal): -9152620 or 9721716. OLE color: 9721716.

HSL color Cylindrical-coordinate representation of color #745794: hue angle of 268.52º 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 #745794 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 87 148 -
CMYK 0.22 0.41 0 0.42
HSL 268.52º 0.26% 0.46% -
HSV(B) 268.52º 0.41% 0.58% -
XYZ 15.96 12.67 29.62 -
YUV 102.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 116 87 148 0.22 0.41 0 0.42 268.52 0.26 0.46
Hex 74 57 94 16 29 0 2A 10D 1A 2E
Octal 164 127 224 26 51 0 52 415 32 56
Binary 1110100 1010111 10010100 10110 101001 0 101010 100001101 11010 101110

Color Harmonies of #745794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745794

Black with #745794

Text Example


Text Example

White with #745794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745794; }

 p { color: rgb(116,87,148); }

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

background-color css

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

 a { background-color: rgb(116,87,148); }

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

border-color css

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

 span { border-color: rgb(116,87,148); }

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