Html Css Color HEX #7794DB Portage

📋 copy color: '#7794DB'

red 119 ◦ green 148 ◦ blue 219

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

Shades of Portage #7794DB

Tints of Portage #7794DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 24.49%
G = 30.45%
B = 45.06%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7794DB (or 0x7794DB) is known color: Portage. HEX triplet: 77, 94 and DB. RGB value is (119,148,219). Sum of RGB (Red+Green+Blue) = 119+148+219=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #7794DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794DB is #886B24. Grayscale: #939393. Windows color (decimal): -8940325 or 14390391. OLE color: 14390391.

HSL color Cylindrical-coordinate representation of color #7794DB: hue angle of 222.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7794DB is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 148 219 -
CMYK 0.46 0.32 0 0.14
HSL 222.6º 0.58% 0.66% -
HSV(B) 222.6º 0.46% 0.86% -
XYZ 30.98 30.22 71.22 -
YUV 147.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 119 148 219 0.46 0.32 0 0.14 222.6 0.58 0.66
Hex 77 94 DB 2E 20 0 E DF 3A 42
Octal 167 224 333 56 40 0 16 337 72 102
Binary 1110111 10010100 11011011 101110 100000 0 1110 11011111 111010 1000010

Color Harmonies of #7794DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7794DB

Black with #7794DB

Text Example


Text Example

White with #7794DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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