Html Css Color HEX #786498 Scampi

📋 copy color: '#786498'

red 120 ◦ green 100 ◦ blue 152

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

Shades of Scampi #786498

Tints of Scampi #786498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 32.26%
G = 26.88%
B = 40.86%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#786498 (or 0x786498) is known color: Scampi. HEX triplet: 78, 64 and 98. RGB value is (120,100,152). Sum of RGB (Red+Green+Blue) = 120+100+152=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #786498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786498 is #879B67. Grayscale: #6F6F6F. Windows color (decimal): -8887144 or 9987192. OLE color: 9987192.

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

Color convert

RGB 120 100 152 -
CMYK 0.21 0.34 0 0.40
HSL 263.08º 0.21% 0.49% -
HSV(B) 263.08º 0.34% 0.6% -
XYZ 17.97 15.37 31.73 -
YUV 111.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 120 100 152 0.21 0.34 0 0.40 263.08 0.21 0.49
Hex 78 64 98 15 22 0 28 107 15 31
Octal 170 144 230 25 42 0 50 407 25 61
Binary 1111000 1100100 10011000 10101 100010 0 101000 100000111 10101 110001

Color Harmonies of #786498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786498

Black with #786498

Text Example


Text Example

White with #786498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786498; }

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

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

background-color css

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

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

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

border-color css

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

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

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