Html Css Color HEX #7946BE Studio

📋 copy color: '#7946BE'

red 121 ◦ green 70 ◦ blue 190

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

Shades of Studio #7946BE

Tints of Studio #7946BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.37%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 31.76%
G = 18.37%
B = 49.87%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7946BE (or 0x7946BE) is known color: Studio. HEX triplet: 79, 46 and BE. RGB value is (121,70,190). Sum of RGB (Red+Green+Blue) = 121+70+190=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #7946BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946BE is #86B941. Grayscale: #626262. Windows color (decimal): -8829250 or 12469881. OLE color: 12469881.

HSL color Cylindrical-coordinate representation of color #7946BE: hue angle of 265.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7946BE is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 70 190 -
CMYK 0.36 0.63 0 0.25
HSL 265.5º 0.48% 0.51% -
HSV(B) 265.5º 0.63% 0.75% -
XYZ 19.37 12.16 50.04 -
YUV 98.93 179.4 143.74 -
System Red Green Blue C M Y K H S L
Decimal 121 70 190 0.36 0.63 0 0.25 265.5 0.48 0.51
Hex 79 46 BE 24 3F 0 19 10A 30 33
Octal 171 106 276 44 77 0 31 412 60 63
Binary 1111001 1000110 10111110 100100 111111 0 11001 100001010 110000 110011

Color Harmonies of #7946BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7946BE

Black with #7946BE

Text Example


Text Example

White with #7946BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7946BE; }

 p { color: rgb(121,70,190); }

 H1.HeaderClassName
 {
   color: #7946BE;
 }
 .AnyTagClassName
 {
   color: #7946BE;
 }
</style>

background-color css

<style>
 a { background-color: #7946BE; }

 a { background-color: rgb(121,70,190); }

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

border-color css

<style>
 span { border-color: #7946BE; }

 span { border-color: rgb(121,70,190); }

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