Html Css Color HEX #7894D1 Portage

📋 copy color: '#7894D1'

red 120 ◦ green 148 ◦ blue 209

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

Shades of Portage #7894D1

Tints of Portage #7894D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.82%

R = 25.16%
G = 31.03%
B = 43.82%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7894D1 (or 0x7894D1) is known color: Portage. HEX triplet: 78, 94 and D1. RGB value is (120,148,209). Sum of RGB (Red+Green+Blue) = 120+148+209=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #7894D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7894D1 is #876B2E. Grayscale: #929292. Windows color (decimal): -8874799 or 13735032. OLE color: 13735032.

HSL color Cylindrical-coordinate representation of color #7894D1: hue angle of 221.12º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7894D1 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 148 209 -
CMYK 0.43 0.29 0 0.18
HSL 221.12º 0.49% 0.65% -
HSV(B) 221.12º 0.43% 0.82% -
XYZ 29.84 29.78 64.5 -
YUV 146.58 163.22 109.04 -
System Red Green Blue C M Y K H S L
Decimal 120 148 209 0.43 0.29 0 0.18 221.12 0.49 0.65
Hex 78 94 D1 2B 1D 0 12 DD 31 41
Octal 170 224 321 53 35 0 22 335 61 101
Binary 1111000 10010100 11010001 101011 11101 0 10010 11011101 110001 1000001

Color Harmonies of #7894D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7894D1

Black with #7894D1

Text Example


Text Example

White with #7894D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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