Html Css Color HEX #7894DA Portage

📋 copy color: '#7894DA'

red 120 ◦ green 148 ◦ blue 218

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

Shades of Portage #7894DA

Tints of Portage #7894DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 24.69%
G = 30.45%
B = 44.86%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7894DA (or 0x7894DA) is known color: Portage. HEX triplet: 78, 94 and DA. RGB value is (120,148,218). Sum of RGB (Red+Green+Blue) = 120+148+218=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #7894DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7894DA is #876B25. Grayscale: #939393. Windows color (decimal): -8874790 or 14324856. OLE color: 14324856.

HSL color Cylindrical-coordinate representation of color #7894DA: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7894DA is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 148 218 -
CMYK 0.45 0.32 0 0.15
HSL 222.86º 0.57% 0.66% -
HSV(B) 222.86º 0.45% 0.85% -
XYZ 30.99 30.23 70.53 -
YUV 147.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 120 148 218 0.45 0.32 0 0.15 222.86 0.57 0.66
Hex 78 94 DA 2D 20 0 F DF 39 42
Octal 170 224 332 55 40 0 17 337 71 102
Binary 1111000 10010100 11011010 101101 100000 0 1111 11011111 111001 1000010

Color Harmonies of #7894DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7894DA

Black with #7894DA

Text Example


Text Example

White with #7894DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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