Html Css Color HEX #7890DB Portage

📋 copy color: '#7890DB'

red 120 ◦ green 144 ◦ blue 219

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

Shades of Portage #7890DB

Tints of Portage #7890DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.81%

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

R = 24.84%
G = 29.81%
B = 45.34%

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

#7890DB (or 0x7890DB) is known color: Portage. HEX triplet: 78, 90 and DB. RGB value is (120,144,219). Sum of RGB (Red+Green+Blue) = 120+144+219=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #7890DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890DB is #876F24. Grayscale: #919191. Windows color (decimal): -8875813 or 14389368. OLE color: 14389368.

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

Color convert

RGB 120 144 219 -
CMYK 0.45 0.34 0 0.14
HSL 225.45º 0.58% 0.66% -
HSV(B) 225.45º 0.45% 0.86% -
XYZ 30.51 29.05 71.02 -
YUV 145.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 120 144 219 0.45 0.34 0 0.14 225.45 0.58 0.66
Hex 78 90 DB 2D 22 0 E E1 3A 42
Octal 170 220 333 55 42 0 16 341 72 102
Binary 1111000 10010000 11011011 101101 100010 0 1110 11100001 111010 1000010

Color Harmonies of #7890DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7890DB

Black with #7890DB

Text Example


Text Example

White with #7890DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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