Html Css Color HEX #784DB5 Studio

📋 copy color: '#784DB5'

red 120 ◦ green 77 ◦ blue 181

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

Shades of Studio #784DB5

Tints of Studio #784DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.88%

R = 31.75%
G = 20.37%
B = 47.88%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#784DB5 (or 0x784DB5) is known color: Studio. HEX triplet: 78, 4D and B5. RGB value is (120,77,181). Sum of RGB (Red+Green+Blue) = 120+77+181=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 181 - color contains mainly: blue. Hex color #784DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DB5 is #87B24A. Grayscale: #656565. Windows color (decimal): -8893003 or 11881848. OLE color: 11881848.

HSL color Cylindrical-coordinate representation of color #784DB5: hue angle of 264.81º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784DB5 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 77 181 -
CMYK 0.34 0.57 0 0.29
HSL 264.81º 0.41% 0.51% -
HSV(B) 264.81º 0.57% 0.71% -
XYZ 18.74 12.64 45.17 -
YUV 101.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 120 77 181 0.34 0.57 0 0.29 264.81 0.41 0.51
Hex 78 4D B5 22 39 0 1D 109 29 33
Octal 170 115 265 42 71 0 35 411 51 63
Binary 1111000 1001101 10110101 100010 111001 0 11101 100001001 101001 110011

Color Harmonies of #784DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784DB5

Black with #784DB5

Text Example


Text Example

White with #784DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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