Html Css Color HEX #7948BA Studio

📋 copy color: '#7948BA'

red 121 ◦ green 72 ◦ blue 186

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

Shades of Studio #7948BA

Tints of Studio #7948BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19%

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 31.93%
G = 19%
B = 49.08%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7948BA (or 0x7948BA) is known color: Studio. HEX triplet: 79, 48 and BA. RGB value is (121,72,186). Sum of RGB (Red+Green+Blue) = 121+72+186=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #7948BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7948BA is #86B745. Grayscale: #636363. Windows color (decimal): -8828742 or 12208249. OLE color: 12208249.

HSL color Cylindrical-coordinate representation of color #7948BA: hue angle of 265.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7948BA is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 72 186 -
CMYK 0.35 0.61 0 0.27
HSL 265.79º 0.45% 0.51% -
HSV(B) 265.79º 0.61% 0.73% -
XYZ 19.07 12.24 47.81 -
YUV 99.65 176.73 143.23 -
System Red Green Blue C M Y K H S L
Decimal 121 72 186 0.35 0.61 0 0.27 265.79 0.45 0.51
Hex 79 48 BA 23 3D 0 1B 10A 2D 33
Octal 171 110 272 43 75 0 33 412 55 63
Binary 1111001 1001000 10111010 100011 111101 0 11011 100001010 101101 110011

Color Harmonies of #7948BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7948BA

Black with #7948BA

Text Example


Text Example

White with #7948BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7948BA; }

 p { color: rgb(121,72,186); }

 H1.HeaderClassName
 {
   color: #7948BA;
 }
 .AnyTagClassName
 {
   color: #7948BA;
 }
</style>

background-color css

<style>
 a { background-color: #7948BA; }

 a { background-color: rgb(121,72,186); }

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

border-color css

<style>
 span { border-color: #7948BA; }

 span { border-color: rgb(121,72,186); }

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