Html Css Color HEX #794CBA Studio

📋 copy color: '#794CBA'

red 121 ◦ green 76 ◦ blue 186

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

Shades of Studio #794CBA

Tints of Studio #794CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 31.59%
G = 19.84%
B = 48.56%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#794CBA (or 0x794CBA) is known color: Studio. HEX triplet: 79, 4C and BA. RGB value is (121,76,186). Sum of RGB (Red+Green+Blue) = 121+76+186=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #794CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CBA is #86B345. Grayscale: #656565. Windows color (decimal): -8827718 or 12209273. OLE color: 12209273.

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

Color convert

RGB 121 76 186 -
CMYK 0.35 0.59 0 0.27
HSL 264.55º 0.44% 0.51% -
HSV(B) 264.55º 0.59% 0.73% -
XYZ 19.33 12.78 47.9 -
YUV 102 175.41 141.56 -
System Red Green Blue C M Y K H S L
Decimal 121 76 186 0.35 0.59 0 0.27 264.55 0.44 0.51
Hex 79 4C BA 23 3B 0 1B 109 2C 33
Octal 171 114 272 43 73 0 33 411 54 63
Binary 1111001 1001100 10111010 100011 111011 0 11011 100001001 101100 110011

Color Harmonies of #794CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CBA

Black with #794CBA

Text Example


Text Example

White with #794CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,76,186); }

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

background-color css

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

 a { background-color: rgb(121,76,186); }

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

border-color css

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

 span { border-color: rgb(121,76,186); }

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