Html Css Color HEX #784AAE Studio

📋 copy color: '#784AAE'

red 120 ◦ green 74 ◦ blue 174

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

Shades of Studio #784AAE

Tints of Studio #784AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.11%

 BLUE value IS 174 (68.36% from 255) = 47.28%

R = 32.61%
G = 20.11%
B = 47.28%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#784AAE (or 0x784AAE) is known color: Studio. HEX triplet: 78, 4A and AE. RGB value is (120,74,174). Sum of RGB (Red+Green+Blue) = 120+74+174=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #784AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784AAE is #87B551. Grayscale: #626262. Windows color (decimal): -8893778 or 11422328. OLE color: 11422328.

HSL color Cylindrical-coordinate representation of color #784AAE: hue angle of 267.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784AAE is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 74 174 -
CMYK 0.31 0.57 0 0.32
HSL 267.6º 0.4% 0.49% -
HSV(B) 267.6º 0.57% 0.68% -
XYZ 17.83 11.95 41.41 -
YUV 99.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 120 74 174 0.31 0.57 0 0.32 267.6 0.4 0.49
Hex 78 4A AE 1F 39 0 20 10C 28 31
Octal 170 112 256 37 71 0 40 414 50 61
Binary 1111000 1001010 10101110 11111 111001 0 100000 100001100 101000 110001

Color Harmonies of #784AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784AAE

Black with #784AAE

Text Example


Text Example

White with #784AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,74,174); }

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

background-color css

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

 a { background-color: rgb(120,74,174); }

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

border-color css

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

 span { border-color: rgb(120,74,174); }

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