Html Css Color HEX #785A95 Studio

📋 copy color: '#785A95'

red 120 ◦ green 90 ◦ blue 149

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

Shades of Studio #785A95

Tints of Studio #785A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

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

R = 33.43%
G = 25.07%
B = 41.5%

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

#785A95 (or 0x785A95) is known color: Studio. HEX triplet: 78, 5A and 95. RGB value is (120,90,149). Sum of RGB (Red+Green+Blue) = 120+90+149=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #785A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785A95 is #87A56A. Grayscale: #696969. Windows color (decimal): -8889707 or 9788024. OLE color: 9788024.

HSL color Cylindrical-coordinate representation of color #785A95: hue angle of 270.51º 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 #785A95 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 90 149 -
CMYK 0.19 0.40 0 0.42
HSL 270.51º 0.25% 0.47% -
HSV(B) 270.51º 0.4% 0.58% -
XYZ 16.83 13.48 30.15 -
YUV 105.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 120 90 149 0.19 0.40 0 0.42 270.51 0.25 0.47
Hex 78 5A 95 13 28 0 2A 10F 19 2F
Octal 170 132 225 23 50 0 52 417 31 57
Binary 1111000 1011010 10010101 10011 101000 0 101010 100001111 11001 101111

Color Harmonies of #785A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A95

Black with #785A95

Text Example


Text Example

White with #785A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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