Html Css Color HEX #794EB8 Studio

📋 copy color: '#794EB8'

red 121 ◦ green 78 ◦ blue 184

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

Shades of Studio #794EB8

Tints of Studio #794EB8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.37%

 BLUE value IS 184 (72.27% from 255) = 48.04%

R = 31.59%
G = 20.37%
B = 48.04%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#794EB8 (or 0x794EB8) is known color: Studio. HEX triplet: 79, 4E and B8. RGB value is (121,78,184). Sum of RGB (Red+Green+Blue) = 121+78+184=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #794EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EB8 is #86B147. Grayscale: #666666. Windows color (decimal): -8827208 or 12078713. OLE color: 12078713.

HSL color Cylindrical-coordinate representation of color #794EB8: hue angle of 264.34º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #794EB8 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 121 78 184 -
CMYK 0.34 0.58 0 0.28
HSL 264.34º 0.43% 0.51% -
HSV(B) 264.34º 0.58% 0.72% -
XYZ 19.26 12.97 46.84 -
YUV 102.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 121 78 184 0.34 0.58 0 0.28 264.34 0.43 0.51
Hex 79 4E B8 22 3A 0 1C 108 2B 33
Octal 171 116 270 42 72 0 34 410 53 63
Binary 1111001 1001110 10111000 100010 111010 0 11100 100001000 101011 110011

Color Harmonies of #794EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EB8

Black with #794EB8

Text Example


Text Example

White with #794EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,78,184); }

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

background-color css

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

 a { background-color: rgb(121,78,184); }

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

border-color css

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

 span { border-color: rgb(121,78,184); }

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