Html Css Color HEX #7946BB Studio

📋 copy color: '#7946BB'

red 121 ◦ green 70 ◦ blue 187

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

Shades of Studio #7946BB

Tints of Studio #7946BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 32.01%
G = 18.52%
B = 49.47%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7946BB (or 0x7946BB) is known color: Studio. HEX triplet: 79, 46 and BB. RGB value is (121,70,187). Sum of RGB (Red+Green+Blue) = 121+70+187=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #7946BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946BB is #86B944. Grayscale: #626262. Windows color (decimal): -8829253 or 12273273. OLE color: 12273273.

HSL color Cylindrical-coordinate representation of color #7946BB: hue angle of 266.15º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7946BB is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 70 187 -
CMYK 0.35 0.63 0 0.27
HSL 266.15º 0.46% 0.5% -
HSV(B) 266.15º 0.63% 0.73% -
XYZ 19.04 12.03 48.33 -
YUV 98.59 177.9 143.99 -
System Red Green Blue C M Y K H S L
Decimal 121 70 187 0.35 0.63 0 0.27 266.15 0.46 0.5
Hex 79 46 BB 23 3F 0 1B 10A 2E 32
Octal 171 106 273 43 77 0 33 412 56 62
Binary 1111001 1000110 10111011 100011 111111 0 11011 100001010 101110 110010

Color Harmonies of #7946BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7946BB

Black with #7946BB

Text Example


Text Example

White with #7946BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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