Html Css Color HEX #745A9B Studio

📋 copy color: '#745A9B'

red 116 ◦ green 90 ◦ blue 155

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

Shades of Studio #745A9B

Tints of Studio #745A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 32.13%
G = 24.93%
B = 42.94%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#745A9B (or 0x745A9B) is known color: Studio. HEX triplet: 74, 5A and 9B. RGB value is (116,90,155). Sum of RGB (Red+Green+Blue) = 116+90+155=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #745A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745A9B is #8BA564. Grayscale: #686868. Windows color (decimal): -9151845 or 10181236. OLE color: 10181236.

HSL color Cylindrical-coordinate representation of color #745A9B: hue angle of 264º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745A9B is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 90 155 -
CMYK 0.25 0.42 0 0.39
HSL 264º 0.27% 0.48% -
HSV(B) 264º 0.42% 0.61% -
XYZ 16.78 13.39 32.71 -
YUV 105.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 116 90 155 0.25 0.42 0 0.39 264 0.27 0.48
Hex 74 5A 9B 19 2A 0 27 108 1B 30
Octal 164 132 233 31 52 0 47 410 33 60
Binary 1110100 1011010 10011011 11001 101010 0 100111 100001000 11011 110000

Color Harmonies of #745A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745A9B

Black with #745A9B

Text Example


Text Example

White with #745A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745A9B; }

 p { color: rgb(116,90,155); }

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

background-color css

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

 a { background-color: rgb(116,90,155); }

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

border-color css

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

 span { border-color: rgb(116,90,155); }

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