Html Css Color HEX #7891DB Portage

📋 copy color: '#7891DB'

red 120 ◦ green 145 ◦ blue 219

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

Shades of Portage #7891DB

Tints of Portage #7891DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.96%

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

R = 24.79%
G = 29.96%
B = 45.25%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7891DB (or 0x7891DB) is known color: Portage. HEX triplet: 78, 91 and DB. RGB value is (120,145,219). Sum of RGB (Red+Green+Blue) = 120+145+219=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #7891DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7891DB is #876E24. Grayscale: #919191. Windows color (decimal): -8875557 or 14389624. OLE color: 14389624.

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

Color convert

RGB 120 145 219 -
CMYK 0.45 0.34 0 0.14
HSL 224.85º 0.58% 0.66% -
HSV(B) 224.85º 0.45% 0.86% -
XYZ 30.66 29.36 71.07 -
YUV 145.96 169.22 109.48 -
System Red Green Blue C M Y K H S L
Decimal 120 145 219 0.45 0.34 0 0.14 224.85 0.58 0.66
Hex 78 91 DB 2D 22 0 E E1 3A 42
Octal 170 221 333 55 42 0 16 341 72 102
Binary 1111000 10010001 11011011 101101 100010 0 1110 11100001 111010 1000010

Color Harmonies of #7891DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7891DB

Black with #7891DB

Text Example


Text Example

White with #7891DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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