Html Css Color HEX #784BAE Studio

📋 copy color: '#784BAE'

red 120 ◦ green 75 ◦ blue 174

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

Shades of Studio #784BAE

Tints of Studio #784BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.33%

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

R = 32.52%
G = 20.33%
B = 47.15%

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

#784BAE (or 0x784BAE) is known color: Studio. HEX triplet: 78, 4B and AE. RGB value is (120,75,174). Sum of RGB (Red+Green+Blue) = 120+75+174=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #784BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784BAE is #87B451. Grayscale: #636363. Windows color (decimal): -8893522 or 11422584. OLE color: 11422584.

HSL color Cylindrical-coordinate representation of color #784BAE: hue angle of 267.27º 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 #784BAE is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 75 174 -
CMYK 0.31 0.57 0 0.32
HSL 267.27º 0.4% 0.49% -
HSV(B) 267.27º 0.57% 0.68% -
XYZ 17.9 12.08 41.43 -
YUV 99.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 120 75 174 0.31 0.57 0 0.32 267.27 0.4 0.49
Hex 78 4B AE 1F 39 0 20 10B 28 31
Octal 170 113 256 37 71 0 40 413 50 61
Binary 1111000 1001011 10101110 11111 111001 0 100000 100001011 101000 110001

Color Harmonies of #784BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BAE

Black with #784BAE

Text Example


Text Example

White with #784BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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