Html Css Color HEX #7844AB Studio

📋 copy color: '#7844AB'

red 120 ◦ green 68 ◦ blue 171

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

Shades of Studio #7844AB

Tints of Studio #7844AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.94%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 33.43%
G = 18.94%
B = 47.63%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7844AB (or 0x7844AB) is known color: Studio. HEX triplet: 78, 44 and AB. RGB value is (120,68,171). Sum of RGB (Red+Green+Blue) = 120+68+171=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #7844AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7844AB is #87BB54. Grayscale: #5E5E5E. Windows color (decimal): -8895317 or 11224184. OLE color: 11224184.

HSL color Cylindrical-coordinate representation of color #7844AB: hue angle of 270.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7844AB is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 68 171 -
CMYK 0.30 0.60 0 0.33
HSL 270.29º 0.43% 0.47% -
HSV(B) 270.29º 0.6% 0.67% -
XYZ 17.16 11.07 39.76 -
YUV 95.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 120 68 171 0.30 0.60 0 0.33 270.29 0.43 0.47
Hex 78 44 AB 1E 3C 0 21 10E 2B 2F
Octal 170 104 253 36 74 0 41 416 53 57
Binary 1111000 1000100 10101011 11110 111100 0 100001 100001110 101011 101111

Color Harmonies of #7844AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7844AB

Black with #7844AB

Text Example


Text Example

White with #7844AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7844AB; }

 p { color: rgb(120,68,171); }

 H1.HeaderClassName
 {
   color: #7844AB;
 }
 .AnyTagClassName
 {
   color: #7844AB;
 }
</style>

background-color css

<style>
 a { background-color: #7844AB; }

 a { background-color: rgb(120,68,171); }

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

border-color css

<style>
 span { border-color: #7844AB; }

 span { border-color: rgb(120,68,171); }

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