Html Css Color HEX #794ABC Studio

📋 copy color: '#794ABC'

red 121 ◦ green 74 ◦ blue 188

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

Shades of Studio #794ABC

Tints of Studio #794ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

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

R = 31.59%
G = 19.32%
B = 49.09%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#794ABC (or 0x794ABC) is known color: Studio. HEX triplet: 79, 4A and BC. RGB value is (121,74,188). Sum of RGB (Red+Green+Blue) = 121+74+188=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #794ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ABC is #86B543. Grayscale: #646464. Windows color (decimal): -8828228 or 12339833. OLE color: 12339833.

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

Color convert

RGB 121 74 188 -
CMYK 0.36 0.61 0 0.26
HSL 264.74º 0.46% 0.51% -
HSV(B) 264.74º 0.61% 0.74% -
XYZ 19.41 12.59 48.98 -
YUV 101.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 121 74 188 0.36 0.61 0 0.26 264.74 0.46 0.51
Hex 79 4A BC 24 3D 0 1A 109 2E 33
Octal 171 112 274 44 75 0 32 411 56 63
Binary 1111001 1001010 10111100 100100 111101 0 11010 100001001 101110 110011

Color Harmonies of #794ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ABC

Black with #794ABC

Text Example


Text Example

White with #794ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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