Html Css Color HEX #7894DB Portage

📋 copy color: '#7894DB'

red 120 ◦ green 148 ◦ blue 219

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

Shades of Portage #7894DB

Tints of Portage #7894DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

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

R = 24.64%
G = 30.39%
B = 44.97%

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

#7894DB (or 0x7894DB) is known color: Portage. HEX triplet: 78, 94 and DB. RGB value is (120,148,219). Sum of RGB (Red+Green+Blue) = 120+148+219=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #7894DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7894DB is #876B24. Grayscale: #939393. Windows color (decimal): -8874789 or 14390392. OLE color: 14390392.

HSL color Cylindrical-coordinate representation of color #7894DB: hue angle of 223.03º 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 #7894DB is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 148 219 -
CMYK 0.45 0.32 0 0.14
HSL 223.03º 0.58% 0.66% -
HSV(B) 223.03º 0.45% 0.86% -
XYZ 31.12 30.29 71.22 -
YUV 147.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 120 148 219 0.45 0.32 0 0.14 223.03 0.58 0.66
Hex 78 94 DB 2D 20 0 E DF 3A 42
Octal 170 224 333 55 40 0 16 337 72 102
Binary 1111000 10010100 11011011 101101 100000 0 1110 11011111 111010 1000010

Color Harmonies of #7894DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7894DB

Black with #7894DB

Text Example


Text Example

White with #7894DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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