Html Css Color HEX #7794DA Portage

📋 copy color: '#7794DA'

red 119 ◦ green 148 ◦ blue 218

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

Shades of Portage #7794DA

Tints of Portage #7794DA

RGB

 RED value IS 119 (46.88% from 255) = 24.54%

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

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

R = 24.54%
G = 30.52%
B = 44.95%

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

#7794DA (or 0x7794DA) is known color: Portage. HEX triplet: 77, 94 and DA. RGB value is (119,148,218). Sum of RGB (Red+Green+Blue) = 119+148+218=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #7794DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794DA is #886B25. Grayscale: #929292. Windows color (decimal): -8940326 or 14324855. OLE color: 14324855.

HSL color Cylindrical-coordinate representation of color #7794DA: hue angle of 222.42º 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 #7794DA is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 148 218 -
CMYK 0.45 0.32 0 0.15
HSL 222.42º 0.57% 0.66% -
HSV(B) 222.42º 0.45% 0.85% -
XYZ 30.85 30.16 70.53 -
YUV 147.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 119 148 218 0.45 0.32 0 0.15 222.42 0.57 0.66
Hex 77 94 DA 2D 20 0 F DE 39 42
Octal 167 224 332 55 40 0 17 336 71 102
Binary 1110111 10010100 11011010 101101 100000 0 1111 11011110 111001 1000010

Color Harmonies of #7794DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7794DA

Black with #7794DA

Text Example


Text Example

White with #7794DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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