Html Css Color HEX #794BAB Studio

📋 copy color: '#794BAB'

red 121 ◦ green 75 ◦ blue 171

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

Shades of Studio #794BAB

Tints of Studio #794BAB

RGB

 RED value IS 121 (47.66% from 255) = 32.97%

 GREEN value IS 75 (29.69% from 255) = 20.44%

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 32.97%
G = 20.44%
B = 46.59%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#794BAB (or 0x794BAB) is known color: Studio. HEX triplet: 79, 4B and AB. RGB value is (121,75,171). Sum of RGB (Red+Green+Blue) = 121+75+171=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #794BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794BAB is #86B454. Grayscale: #636363. Windows color (decimal): -8827989 or 11225977. OLE color: 11225977.

HSL color Cylindrical-coordinate representation of color #794BAB: hue angle of 268.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #794BAB is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 75 171 -
CMYK 0.29 0.56 0 0.33
HSL 268.75º 0.39% 0.48% -
HSV(B) 268.75º 0.56% 0.67% -
XYZ 17.75 12.04 39.92 -
YUV 99.7 168.24 143.19 -
System Red Green Blue C M Y K H S L
Decimal 121 75 171 0.29 0.56 0 0.33 268.75 0.39 0.48
Hex 79 4B AB 1D 38 0 21 10D 27 30
Octal 171 113 253 35 70 0 41 415 47 60
Binary 1111001 1001011 10101011 11101 111000 0 100001 100001101 100111 110000

Color Harmonies of #794BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BAB

Black with #794BAB

Text Example


Text Example

White with #794BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794BAB; }

 p { color: rgb(121,75,171); }

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

background-color css

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

 a { background-color: rgb(121,75,171); }

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

border-color css

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

 span { border-color: rgb(121,75,171); }

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