Html Css Color HEX #785AAC Studio

📋 copy color: '#785AAC'

red 120 ◦ green 90 ◦ blue 172

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

Shades of Studio #785AAC

Tints of Studio #785AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 31.41%
G = 23.56%
B = 45.03%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#785AAC (or 0x785AAC) is known color: Studio. HEX triplet: 78, 5A and AC. RGB value is (120,90,172). Sum of RGB (Red+Green+Blue) = 120+90+172=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #785AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785AAC is #87A553. Grayscale: #6C6C6C. Windows color (decimal): -8889684 or 11295352. OLE color: 11295352.

HSL color Cylindrical-coordinate representation of color #785AAC: hue angle of 261.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #785AAC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 90 172 -
CMYK 0.30 0.48 0 0.33
HSL 261.95º 0.33% 0.51% -
HSV(B) 261.95º 0.48% 0.67% -
XYZ 18.85 14.28 40.79 -
YUV 108.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 120 90 172 0.30 0.48 0 0.33 261.95 0.33 0.51
Hex 78 5A AC 1E 30 0 21 106 21 33
Octal 170 132 254 36 60 0 41 406 41 63
Binary 1111000 1011010 10101100 11110 110000 0 100001 100000110 100001 110011

Color Harmonies of #785AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785AAC

Black with #785AAC

Text Example


Text Example

White with #785AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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