Html Css Color HEX #785BAA Scampi

📋 copy color: '#785BAA'

red 120 ◦ green 91 ◦ blue 170

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

Shades of Scampi #785BAA

Tints of Scampi #785BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.88%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 31.5%
G = 23.88%
B = 44.62%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#785BAA (or 0x785BAA) is known color: Scampi. HEX triplet: 78, 5B and AA. RGB value is (120,91,170). Sum of RGB (Red+Green+Blue) = 120+91+170=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #785BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785BAA is #87A455. Grayscale: #6C6C6C. Windows color (decimal): -8889430 or 11164536. OLE color: 11164536.

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

Color convert

RGB 120 91 170 -
CMYK 0.29 0.46 0 0.33
HSL 262.03º 0.32% 0.51% -
HSV(B) 262.03º 0.46% 0.67% -
XYZ 18.74 14.38 39.82 -
YUV 108.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 120 91 170 0.29 0.46 0 0.33 262.03 0.32 0.51
Hex 78 5B AA 1D 2E 0 21 106 20 33
Octal 170 133 252 35 56 0 41 406 40 63
Binary 1111000 1011011 10101010 11101 101110 0 100001 100000110 100000 110011

Color Harmonies of #785BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BAA

Black with #785BAA

Text Example


Text Example

White with #785BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,91,170); }

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

background-color css

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

 a { background-color: rgb(120,91,170); }

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

border-color css

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

 span { border-color: rgb(120,91,170); }

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