Html Css Color HEX #745B9B Studio

📋 copy color: '#745B9B'

red 116 ◦ green 91 ◦ blue 155

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

Shades of Studio #745B9B

Tints of Studio #745B9B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.14%

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

R = 32.04%
G = 25.14%
B = 42.82%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#745B9B (or 0x745B9B) is known color: Studio. HEX triplet: 74, 5B and 9B. RGB value is (116,91,155). Sum of RGB (Red+Green+Blue) = 116+91+155=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #745B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745B9B is #8BA464. Grayscale: #696969. Windows color (decimal): -9151589 or 10181492. OLE color: 10181492.

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

Color convert

RGB 116 91 155 -
CMYK 0.25 0.41 0 0.39
HSL 263.44º 0.26% 0.48% -
HSV(B) 263.44º 0.41% 0.61% -
XYZ 16.86 13.56 32.74 -
YUV 105.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 116 91 155 0.25 0.41 0 0.39 263.44 0.26 0.48
Hex 74 5B 9B 19 29 0 27 107 1A 30
Octal 164 133 233 31 51 0 47 407 32 60
Binary 1110100 1011011 10011011 11001 101001 0 100111 100000111 11010 110000

Color Harmonies of #745B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B9B

Black with #745B9B

Text Example


Text Example

White with #745B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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