Html Css Color HEX #786898 Scampi

📋 copy color: '#786898'

red 120 ◦ green 104 ◦ blue 152

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

Shades of Scampi #786898

Tints of Scampi #786898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 31.91%
G = 27.66%
B = 40.43%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#786898 (or 0x786898) is known color: Scampi. HEX triplet: 78, 68 and 98. RGB value is (120,104,152). Sum of RGB (Red+Green+Blue) = 120+104+152=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #786898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786898 is #879767. Grayscale: #727272. Windows color (decimal): -8886120 or 9988216. OLE color: 9988216.

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

Color convert

RGB 120 104 152 -
CMYK 0.21 0.32 0 0.40
HSL 260º 0.19% 0.5% -
HSV(B) 260º 0.32% 0.6% -
XYZ 18.36 16.16 31.86 -
YUV 114.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 120 104 152 0.21 0.32 0 0.40 260 0.19 0.5
Hex 78 68 98 15 20 0 28 104 13 32
Octal 170 150 230 25 40 0 50 404 23 62
Binary 1111000 1101000 10011000 10101 100000 0 101000 100000100 10011 110010

Color Harmonies of #786898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786898

Black with #786898

Text Example


Text Example

White with #786898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786898; }

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

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

background-color css

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

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

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

border-color css

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

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

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