Html Css Color HEX #794BBB Studio

📋 copy color: '#794BBB'

red 121 ◦ green 75 ◦ blue 187

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

Shades of Studio #794BBB

Tints of Studio #794BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 31.59%
G = 19.58%
B = 48.83%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#794BBB (or 0x794BBB) is known color: Studio. HEX triplet: 79, 4B and BB. RGB value is (121,75,187). Sum of RGB (Red+Green+Blue) = 121+75+187=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #794BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BBB is #86B444. Grayscale: #656565. Windows color (decimal): -8827973 or 12274553. OLE color: 12274553.

HSL color Cylindrical-coordinate representation of color #794BBB: hue angle of 264.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794BBB is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 75 187 -
CMYK 0.35 0.60 0 0.27
HSL 264.64º 0.45% 0.51% -
HSV(B) 264.64º 0.6% 0.73% -
XYZ 19.37 12.68 48.44 -
YUV 101.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 121 75 187 0.35 0.60 0 0.27 264.64 0.45 0.51
Hex 79 4B BB 23 3C 0 1B 109 2D 33
Octal 171 113 273 43 74 0 33 411 55 63
Binary 1111001 1001011 10111011 100011 111100 0 11011 100001001 101101 110011

Color Harmonies of #794BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BBB

Black with #794BBB

Text Example


Text Example

White with #794BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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