Html Css Color HEX #7890D0 Portage

📋 copy color: '#7890D0'

red 120 ◦ green 144 ◦ blue 208

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

Shades of Portage #7890D0

Tints of Portage #7890D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 25.42%
G = 30.51%
B = 44.07%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7890D0 (or 0x7890D0) is known color: Portage. HEX triplet: 78, 90 and D0. RGB value is (120,144,208). Sum of RGB (Red+Green+Blue) = 120+144+208=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #7890D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890D0 is #876F2F. Grayscale: #8F8F8F. Windows color (decimal): -8875824 or 13668472. OLE color: 13668472.

HSL color Cylindrical-coordinate representation of color #7890D0: hue angle of 223.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7890D0 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 144 208 -
CMYK 0.42 0.31 0 0.18
HSL 223.64º 0.48% 0.64% -
HSV(B) 223.64º 0.42% 0.82% -
XYZ 29.1 28.49 63.64 -
YUV 144.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 120 144 208 0.42 0.31 0 0.18 223.64 0.48 0.64
Hex 78 90 D0 2A 1F 0 12 E0 30 40
Octal 170 220 320 52 37 0 22 340 60 100
Binary 1111000 10010000 11010000 101010 11111 0 10010 11100000 110000 1000000

Color Harmonies of #7890D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7890D0

Black with #7890D0

Text Example


Text Example

White with #7890D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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