Html Css Color HEX #785BAB Scampi

📋 copy color: '#785BAB'

red 120 ◦ green 91 ◦ blue 171

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

Shades of Scampi #785BAB

Tints of Scampi #785BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 31.41%
G = 23.82%
B = 44.76%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#785BAB (or 0x785BAB) is known color: Scampi. HEX triplet: 78, 5B and AB. RGB value is (120,91,171). Sum of RGB (Red+Green+Blue) = 120+91+171=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #785BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785BAB is #87A454. Grayscale: #6C6C6C. Windows color (decimal): -8889429 or 11230072. OLE color: 11230072.

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

Color convert

RGB 120 91 171 -
CMYK 0.30 0.47 0 0.33
HSL 261.75º 0.32% 0.51% -
HSV(B) 261.75º 0.47% 0.67% -
XYZ 18.84 14.42 40.32 -
YUV 108.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 120 91 171 0.30 0.47 0 0.33 261.75 0.32 0.51
Hex 78 5B AB 1E 2F 0 21 106 20 33
Octal 170 133 253 36 57 0 41 406 40 63
Binary 1111000 1011011 10101011 11110 101111 0 100001 100000110 100000 110011

Color Harmonies of #785BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BAB

Black with #785BAB

Text Example


Text Example

White with #785BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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