Html Css Color HEX #785996 Studio

📋 copy color: '#785996'

red 120 ◦ green 89 ◦ blue 150

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

Shades of Studio #785996

Tints of Studio #785996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.79%

 BLUE value IS 150 (58.98% from 255) = 41.78%

R = 33.43%
G = 24.79%
B = 41.78%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#785996 (or 0x785996) is known color: Studio. HEX triplet: 78, 59 and 96. RGB value is (120,89,150). Sum of RGB (Red+Green+Blue) = 120+89+150=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #785996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785996 is #87A669. Grayscale: #696969. Windows color (decimal): -8889962 or 9853304. OLE color: 9853304.

HSL color Cylindrical-coordinate representation of color #785996: hue angle of 270.49º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #785996 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 89 150 -
CMYK 0.20 0.41 0 0.41
HSL 270.49º 0.26% 0.47% -
HSV(B) 270.49º 0.41% 0.59% -
XYZ 16.82 13.34 30.54 -
YUV 105.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 120 89 150 0.20 0.41 0 0.41 270.49 0.26 0.47
Hex 78 59 96 14 29 0 29 10E 1A 2F
Octal 170 131 226 24 51 0 51 416 32 57
Binary 1111000 1011001 10010110 10100 101001 0 101001 100001110 11010 101111

Color Harmonies of #785996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785996

Black with #785996

Text Example


Text Example

White with #785996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785996; }

 p { color: rgb(120,89,150); }

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

background-color css

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

 a { background-color: rgb(120,89,150); }

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

border-color css

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

 span { border-color: rgb(120,89,150); }

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