#786998

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

Shades of Scampi #786998

Tints of Scampi #786998

Color information

#786998 (or 0x786998) is unknown color: approx Scampi. HEX triplet: 78, 69 and 98. RGB value is (120,105,152). Sum of RGB (Red+Green+Blue) = 120+105+152=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #786998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786998 is #879667. Grayscale: #727272. Windows color (decimal): -8885864 or 9988472. OLE color: 9988472.

HSL color Cylindrical-coordinate representation of color #786998: hue angle of 259.15º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #786998 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120105152-
CMYK0.210.3100.40
HSL259.15º18.58%50.39%-
HSV(B)259.15º30.92%59.61%-
XYZ18.4616.3631.89-
YUV114.84148.97131.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=31.83%
G=27.85%
B=40.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201051520.210.3100.40259.1518.5850.39
Hex786998151F0281031332
Octal17015123025370504032362
Binary11110001101001100110001010111111010100010000001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786998; }

 p { color: rgb(120,105,152); }

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

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

 a { background-color: rgb(120,105,152); }

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

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

 span { border-color: rgb(120,105,152); }

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