Html Css Color HEX #7890D7 Portage

📋 copy color: '#7890D7'

red 120 ◦ green 144 ◦ blue 215

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

Shades of Portage #7890D7

Tints of Portage #7890D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 25.05%
G = 30.06%
B = 44.89%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7890D7 (or 0x7890D7) is known color: Portage. HEX triplet: 78, 90 and D7. RGB value is (120,144,215). Sum of RGB (Red+Green+Blue) = 120+144+215=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #7890D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890D7 is #876F28. Grayscale: #909090. Windows color (decimal): -8875817 or 14127224. OLE color: 14127224.

HSL color Cylindrical-coordinate representation of color #7890D7: hue angle of 224.84º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7890D7 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 144 215 -
CMYK 0.44 0.33 0 0.16
HSL 224.84º 0.54% 0.66% -
HSV(B) 224.84º 0.44% 0.84% -
XYZ 29.98 28.85 68.28 -
YUV 144.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 120 144 215 0.44 0.33 0 0.16 224.84 0.54 0.66
Hex 78 90 D7 2C 21 0 10 E1 36 42
Octal 170 220 327 54 41 0 20 341 66 102
Binary 1111000 10010000 11010111 101100 100001 0 10000 11100001 110110 1000010

Color Harmonies of #7890D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7890D7

Black with #7890D7

Text Example


Text Example

White with #7890D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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