Html Css Color HEX #7949BE Studio

📋 copy color: '#7949BE'

red 121 ◦ green 73 ◦ blue 190

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

Shades of Studio #7949BE

Tints of Studio #7949BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.01%

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

R = 31.51%
G = 19.01%
B = 49.48%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7949BE (or 0x7949BE) is known color: Studio. HEX triplet: 79, 49 and BE. RGB value is (121,73,190). Sum of RGB (Red+Green+Blue) = 121+73+190=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #7949BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7949BE is #86B641. Grayscale: #646464. Windows color (decimal): -8828482 or 12470649. OLE color: 12470649.

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

Color convert

RGB 121 73 190 -
CMYK 0.36 0.62 0 0.25
HSL 264.62º 0.47% 0.52% -
HSV(B) 264.62º 0.62% 0.75% -
XYZ 19.56 12.55 50.11 -
YUV 100.69 178.4 142.49 -
System Red Green Blue C M Y K H S L
Decimal 121 73 190 0.36 0.62 0 0.25 264.62 0.47 0.52
Hex 79 49 BE 24 3E 0 19 109 2F 34
Octal 171 111 276 44 76 0 31 411 57 64
Binary 1111001 1001001 10111110 100100 111110 0 11001 100001001 101111 110100

Color Harmonies of #7949BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7949BE

Black with #7949BE

Text Example


Text Example

White with #7949BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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