Html Css Color HEX #786398 Scampi

📋 copy color: '#786398'

red 120 ◦ green 99 ◦ blue 152

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

Shades of Scampi #786398

Tints of Scampi #786398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 32.35%
G = 26.68%
B = 40.97%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#786398 (or 0x786398) is known color: Scampi. HEX triplet: 78, 63 and 98. RGB value is (120,99,152). Sum of RGB (Red+Green+Blue) = 120+99+152=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #786398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786398 is #879C67. Grayscale: #6F6F6F. Windows color (decimal): -8887400 or 9986936. OLE color: 9986936.

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

Color convert

RGB 120 99 152 -
CMYK 0.21 0.35 0 0.40
HSL 263.77º 0.21% 0.49% -
HSV(B) 263.77º 0.35% 0.6% -
XYZ 17.88 15.18 31.69 -
YUV 111.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 120 99 152 0.21 0.35 0 0.40 263.77 0.21 0.49
Hex 78 63 98 15 23 0 28 108 15 31
Octal 170 143 230 25 43 0 50 410 25 61
Binary 1111000 1100011 10011000 10101 100011 0 101000 100001000 10101 110001

Color Harmonies of #786398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786398

Black with #786398

Text Example


Text Example

White with #786398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786398; }

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

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

background-color css

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

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

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

border-color css

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

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

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