Html Css Color HEX #784F99 Studio

📋 copy color: '#784F99'

red 120 ◦ green 79 ◦ blue 153

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

Shades of Studio #784F99

Tints of Studio #784F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.44%

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 34.09%
G = 22.44%
B = 43.47%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#784F99 (or 0x784F99) is known color: Studio. HEX triplet: 78, 4F and 99. RGB value is (120,79,153). Sum of RGB (Red+Green+Blue) = 120+79+153=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #784F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784F99 is #87B066. Grayscale: #636363. Windows color (decimal): -8892519 or 10047352. OLE color: 10047352.

HSL color Cylindrical-coordinate representation of color #784F99: hue angle of 273.24º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #784F99 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 79 153 -
CMYK 0.22 0.48 0 0.4
HSL 273.24º 0.32% 0.45% -
HSV(B) 273.24º 0.48% 0.6% -
XYZ 16.29 11.88 31.57 -
YUV 99.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 120 79 153 0.22 0.48 0 0.4 273.24 0.32 0.45
Hex 78 4F 99 16 30 0 28 111 20 2D
Octal 170 117 231 26 60 0 50 421 40 55
Binary 1111000 1001111 10011001 10110 110000 0 101000 100010001 100000 101101

Color Harmonies of #784F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F99

Black with #784F99

Text Example


Text Example

White with #784F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,79,153); }

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

background-color css

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

 a { background-color: rgb(120,79,153); }

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

border-color css

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

 span { border-color: rgb(120,79,153); }

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