Html Css Color HEX #7867AB Scampi

📋 copy color: '#7867AB'

red 120 ◦ green 103 ◦ blue 171

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

Shades of Scampi #7867AB

Tints of Scampi #7867AB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

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

R = 30.46%
G = 26.14%
B = 43.4%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7867AB (or 0x7867AB) is known color: Scampi. HEX triplet: 78, 67 and AB. RGB value is (120,103,171). Sum of RGB (Red+Green+Blue) = 120+103+171=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #7867AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7867AB is #879854. Grayscale: #737373. Windows color (decimal): -8886357 or 11233144. OLE color: 11233144.

HSL color Cylindrical-coordinate representation of color #7867AB: hue angle of 255º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7867AB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 103 171 -
CMYK 0.30 0.40 0 0.33
HSL 255º 0.29% 0.54% -
HSV(B) 255º 0.4% 0.67% -
XYZ 19.95 16.63 40.69 -
YUV 115.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 120 103 171 0.30 0.40 0 0.33 255 0.29 0.54
Hex 78 67 AB 1E 28 0 21 FF 1D 36
Octal 170 147 253 36 50 0 41 377 35 66
Binary 1111000 1100111 10101011 11110 101000 0 100001 11111111 11101 110110

Color Harmonies of #7867AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7867AB

Black with #7867AB

Text Example


Text Example

White with #7867AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7867AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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