Html Css Color HEX #787198 Scampi

📋 copy color: '#787198'

red 120 ◦ green 113 ◦ blue 152

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

Shades of Scampi #787198

Tints of Scampi #787198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

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

R = 31.17%
G = 29.35%
B = 39.48%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#787198 (or 0x787198) is known color: Scampi. HEX triplet: 78, 71 and 98. RGB value is (120,113,152). Sum of RGB (Red+Green+Blue) = 120+113+152=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #787198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787198 is #878E67. Grayscale: #777777. Windows color (decimal): -8883816 or 9990520. OLE color: 9990520.

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

Color convert

RGB 120 113 152 -
CMYK 0.21 0.26 0 0.40
HSL 250.77º 0.16% 0.52% -
HSV(B) 250.77º 0.26% 0.6% -
XYZ 19.32 18.07 32.18 -
YUV 119.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 120 113 152 0.21 0.26 0 0.40 250.77 0.16 0.52
Hex 78 71 98 15 1A 0 28 FB 10 34
Octal 170 161 230 25 32 0 50 373 20 64
Binary 1111000 1110001 10011000 10101 11010 0 101000 11111011 10000 110100

Color Harmonies of #787198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787198

Black with #787198

Text Example


Text Example

White with #787198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787198; }

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

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

background-color css

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

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

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

border-color css

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

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

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