Html Css Color HEX #7896DC Portage

📋 copy color: '#7896DC'

red 120 ◦ green 150 ◦ blue 220

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

Shades of Portage #7896DC

Tints of Portage #7896DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.61%

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 24.49%
G = 30.61%
B = 44.9%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7896DC (or 0x7896DC) is known color: Portage. HEX triplet: 78, 96 and DC. RGB value is (120,150,220). Sum of RGB (Red+Green+Blue) = 120+150+220=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #7896DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896DC is #876923. Grayscale: #949494. Windows color (decimal): -8874276 or 14456440. OLE color: 14456440.

HSL color Cylindrical-coordinate representation of color #7896DC: hue angle of 222º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7896DC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 150 220 -
CMYK 0.45 0.32 0 0.14
HSL 222º 0.59% 0.67% -
HSV(B) 222º 0.45% 0.86% -
XYZ 31.57 30.97 72.02 -
YUV 149.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 120 150 220 0.45 0.32 0 0.14 222 0.59 0.67
Hex 78 96 DC 2D 20 0 E DE 3B 43
Octal 170 226 334 55 40 0 16 336 73 103
Binary 1111000 10010110 11011100 101101 100000 0 1110 11011110 111011 1000011

Color Harmonies of #7896DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7896DC

Black with #7896DC

Text Example


Text Example

White with #7896DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7896DC; }

 p { color: rgb(120,150,220); }

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

background-color css

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

 a { background-color: rgb(120,150,220); }

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

border-color css

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

 span { border-color: rgb(120,150,220); }

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