Html Css Color HEX #786C98 Scampi

📋 copy color: '#786C98'

red 120 ◦ green 108 ◦ blue 152

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

Shades of Scampi #786C98

Tints of Scampi #786C98

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

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

R = 31.58%
G = 28.42%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#786C98 (or 0x786C98) is known color: Scampi. HEX triplet: 78, 6C and 98. RGB value is (120,108,152). Sum of RGB (Red+Green+Blue) = 120+108+152=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #786C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786C98 is #879367. Grayscale: #747474. Windows color (decimal): -8885096 or 9989240. OLE color: 9989240.

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

Color convert

RGB 120 108 152 -
CMYK 0.21 0.29 0 0.40
HSL 256.36º 0.18% 0.51% -
HSV(B) 256.36º 0.29% 0.6% -
XYZ 18.78 16.99 31.99 -
YUV 116.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 120 108 152 0.21 0.29 0 0.40 256.36 0.18 0.51
Hex 78 6C 98 15 1D 0 28 100 12 33
Octal 170 154 230 25 35 0 50 400 22 63
Binary 1111000 1101100 10011000 10101 11101 0 101000 100000000 10010 110011

Color Harmonies of #786C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C98

Black with #786C98

Text Example


Text Example

White with #786C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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