#7867AD

Color #7867AD Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #7867AD

Tints of Scampi #7867AD

Color information

#7867AD (or 0x7867AD) is unknown color: approx Scampi. HEX triplet: 78, 67 and AD. RGB value is (120,103,173). Sum of RGB (Red+Green+Blue) = 120+103+173=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #7867AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7867AD is #879852. Grayscale: #737373. Windows color (decimal): -8886355 or 11364216. OLE color: 11364216.

HSL color Cylindrical-coordinate representation of color #7867AD: hue angle of 254.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7867AD is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120103173-
CMYK0.310.4000.32
HSL254.57º29.91%54.12%-
HSV(B)254.57º40.46%67.84%-
XYZ20.1416.7141.7-
YUV116.06160.13130.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=30.30%
G=26.01%
B=43.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201031730.310.4000.32254.5729.9154.12
Hex7867AD1F28020ff1e36
Octal17014725537500403773666
Binary11110001100111101011011111110100001000001111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7867AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7867AD;
 }
 .AnyTagClassName
 {
   color: #7867AD;
 }
</style>
background-color css

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

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

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

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

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

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