Html Css Color HEX #7849B4 Studio

📋 copy color: '#7849B4'

red 120 ◦ green 73 ◦ blue 180

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

Shades of Studio #7849B4

Tints of Studio #7849B4

RGB

 RED value IS 120 (47.27% from 255) = 32.17%

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

 BLUE value IS 180 (70.7% from 255) = 48.26%

R = 32.17%
G = 19.57%
B = 48.26%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7849B4 (or 0x7849B4) is known color: Studio. HEX triplet: 78, 49 and B4. RGB value is (120,73,180). Sum of RGB (Red+Green+Blue) = 120+73+180=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #7849B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7849B4 is #87B64B. Grayscale: #626262. Windows color (decimal): -8894028 or 11815288. OLE color: 11815288.

HSL color Cylindrical-coordinate representation of color #7849B4: hue angle of 266.36º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7849B4 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 73 180 -
CMYK 0.33 0.59 0 0.29
HSL 266.36º 0.42% 0.5% -
HSV(B) 266.36º 0.59% 0.71% -
XYZ 18.37 12.05 44.54 -
YUV 99.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 120 73 180 0.33 0.59 0 0.29 266.36 0.42 0.5
Hex 78 49 B4 21 3B 0 1D 10A 2A 32
Octal 170 111 264 41 73 0 35 412 52 62
Binary 1111000 1001001 10110100 100001 111011 0 11101 100001010 101010 110010

Color Harmonies of #7849B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7849B4

Black with #7849B4

Text Example


Text Example

White with #7849B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7849B4; }

 p { color: rgb(120,73,180); }

 H1.HeaderClassName
 {
   color: #7849B4;
 }
 .AnyTagClassName
 {
   color: #7849B4;
 }
</style>

background-color css

<style>
 a { background-color: #7849B4; }

 a { background-color: rgb(120,73,180); }

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

border-color css

<style>
 span { border-color: #7849B4; }

 span { border-color: rgb(120,73,180); }

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