Html Css Color HEX #7896DB Portage

📋 copy color: '#7896DB'

red 120 ◦ green 150 ◦ blue 219

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

Shades of Portage #7896DB

Tints of Portage #7896DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 24.54%
G = 30.67%
B = 44.79%

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

#7896DB (or 0x7896DB) is known color: Portage. HEX triplet: 78, 96 and DB. RGB value is (120,150,219). Sum of RGB (Red+Green+Blue) = 120+150+219=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #7896DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896DB is #876924. Grayscale: #949494. Windows color (decimal): -8874277 or 14390904. OLE color: 14390904.

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

Color convert

RGB 120 150 219 -
CMYK 0.45 0.32 0 0.14
HSL 221.82º 0.58% 0.66% -
HSV(B) 221.82º 0.45% 0.86% -
XYZ 31.44 30.92 71.33 -
YUV 148.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 120 150 219 0.45 0.32 0 0.14 221.82 0.58 0.66
Hex 78 96 DB 2D 20 0 E DE 3A 42
Octal 170 226 333 55 40 0 16 336 72 102
Binary 1111000 10010110 11011011 101101 100000 0 1110 11011110 111010 1000010

Color Harmonies of #7896DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7896DB

Black with #7896DB

Text Example


Text Example

White with #7896DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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