Html Css Color HEX #784DAA Studio

📋 copy color: '#784DAA'

red 120 ◦ green 77 ◦ blue 170

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

Shades of Studio #784DAA

Tints of Studio #784DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.98%

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 32.7%
G = 20.98%
B = 46.32%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#784DAA (or 0x784DAA) is known color: Studio. HEX triplet: 78, 4D and AA. RGB value is (120,77,170). Sum of RGB (Red+Green+Blue) = 120+77+170=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #784DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784DAA is #87B255. Grayscale: #646464. Windows color (decimal): -8893014 or 11160952. OLE color: 11160952.

HSL color Cylindrical-coordinate representation of color #784DAA: hue angle of 267.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #784DAA is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 77 170 -
CMYK 0.29 0.55 0 0.33
HSL 267.74º 0.38% 0.48% -
HSV(B) 267.74º 0.55% 0.67% -
XYZ 17.66 12.2 39.46 -
YUV 100.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 120 77 170 0.29 0.55 0 0.33 267.74 0.38 0.48
Hex 78 4D AA 1D 37 0 21 10C 26 30
Octal 170 115 252 35 67 0 41 414 46 60
Binary 1111000 1001101 10101010 11101 110111 0 100001 100001100 100110 110000

Color Harmonies of #784DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784DAA

Black with #784DAA

Text Example


Text Example

White with #784DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784DAA; }

 p { color: rgb(120,77,170); }

 H1.HeaderClassName
 {
   color: #784DAA;
 }
 .AnyTagClassName
 {
   color: #784DAA;
 }
</style>

background-color css

<style>
 a { background-color: #784DAA; }

 a { background-color: rgb(120,77,170); }

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

border-color css

<style>
 span { border-color: #784DAA; }

 span { border-color: rgb(120,77,170); }

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