Html Css Color HEX #7870A4 Scampi

📋 copy color: '#7870A4'

red 120 ◦ green 112 ◦ blue 164

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

Shades of Scampi #7870A4

Tints of Scampi #7870A4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

 BLUE value IS 164 (64.45% from 255) = 41.41%

R = 30.3%
G = 28.28%
B = 41.41%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7870A4 (or 0x7870A4) is known color: Scampi. HEX triplet: 78, 70 and A4. RGB value is (120,112,164). Sum of RGB (Red+Green+Blue) = 120+112+164=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #7870A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7870A4 is #878F5B. Grayscale: #787878. Windows color (decimal): -8884060 or 10776696. OLE color: 10776696.

HSL color Cylindrical-coordinate representation of color #7870A4: hue angle of 249.23º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7870A4 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 112 164 -
CMYK 0.27 0.32 0 0.36
HSL 249.23º 0.22% 0.54% -
HSV(B) 249.23º 0.32% 0.64% -
XYZ 20.24 18.26 37.58 -
YUV 120.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 120 112 164 0.27 0.32 0 0.36 249.23 0.22 0.54
Hex 78 70 A4 1B 20 0 24 F9 16 36
Octal 170 160 244 33 40 0 44 371 26 66
Binary 1111000 1110000 10100100 11011 100000 0 100100 11111001 10110 110110

Color Harmonies of #7870A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7870A4

Black with #7870A4

Text Example


Text Example

White with #7870A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7870A4; }

 p { color: rgb(120,112,164); }

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

background-color css

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

 a { background-color: rgb(120,112,164); }

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

border-color css

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

 span { border-color: rgb(120,112,164); }

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