Html Css Color HEX #794EBC Studio

📋 copy color: '#794EBC'

red 121 ◦ green 78 ◦ blue 188

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

Shades of Studio #794EBC

Tints of Studio #794EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 31.27%
G = 20.16%
B = 48.58%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#794EBC (or 0x794EBC) is known color: Studio. HEX triplet: 79, 4E and BC. RGB value is (121,78,188). Sum of RGB (Red+Green+Blue) = 121+78+188=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #794EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EBC is #86B143. Grayscale: #676767. Windows color (decimal): -8827204 or 12340857. OLE color: 12340857.

HSL color Cylindrical-coordinate representation of color #794EBC: hue angle of 263.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #794EBC is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 78 188 -
CMYK 0.36 0.59 0 0.26
HSL 263.45º 0.45% 0.52% -
HSV(B) 263.45º 0.59% 0.74% -
XYZ 19.69 13.14 49.08 -
YUV 103.4 175.75 140.56 -
System Red Green Blue C M Y K H S L
Decimal 121 78 188 0.36 0.59 0 0.26 263.45 0.45 0.52
Hex 79 4E BC 24 3B 0 1A 107 2D 34
Octal 171 116 274 44 73 0 32 407 55 64
Binary 1111001 1001110 10111100 100100 111011 0 11010 100000111 101101 110100

Color Harmonies of #794EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EBC

Black with #794EBC

Text Example


Text Example

White with #794EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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