Html Css Color HEX #785995 Studio

📋 copy color: '#785995'

red 120 ◦ green 89 ◦ blue 149

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

Shades of Studio #785995

Tints of Studio #785995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.62%

R = 33.52%
G = 24.86%
B = 41.62%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#785995 (or 0x785995) is known color: Studio. HEX triplet: 78, 59 and 95. RGB value is (120,89,149). Sum of RGB (Red+Green+Blue) = 120+89+149=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #785995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785995 is #87A66A. Grayscale: #686868. Windows color (decimal): -8889963 or 9787768. OLE color: 9787768.

HSL color Cylindrical-coordinate representation of color #785995: hue angle of 271º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785995 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 89 149 -
CMYK 0.19 0.40 0 0.42
HSL 271º 0.25% 0.47% -
HSV(B) 271º 0.4% 0.58% -
XYZ 16.74 13.31 30.12 -
YUV 105.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 120 89 149 0.19 0.40 0 0.42 271 0.25 0.47
Hex 78 59 95 13 28 0 2A 10F 19 2F
Octal 170 131 225 23 50 0 52 417 31 57
Binary 1111000 1011001 10010101 10011 101000 0 101010 100001111 11001 101111

Color Harmonies of #785995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785995

Black with #785995

Text Example


Text Example

White with #785995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785995; }

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

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

background-color css

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

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

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

border-color css

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

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

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