Html Css Color HEX #7786DB Portage

📋 copy color: '#7786DB'

red 119 ◦ green 134 ◦ blue 219

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

Shades of Portage #7786DB

Tints of Portage #7786DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.39%

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

R = 25.21%
G = 28.39%
B = 46.4%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7786DB (or 0x7786DB) is known color: Portage. HEX triplet: 77, 86 and DB. RGB value is (119,134,219). Sum of RGB (Red+Green+Blue) = 119+134+219=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #7786DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7786DB is #887924. Grayscale: #8A8A8A. Windows color (decimal): -8943909 or 14386807. OLE color: 14386807.

HSL color Cylindrical-coordinate representation of color #7786DB: hue angle of 231º 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 #7786DB is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 134 219 -
CMYK 0.46 0.39 0 0.14
HSL 231º 0.58% 0.66% -
HSV(B) 231º 0.46% 0.86% -
XYZ 28.92 26.09 70.53 -
YUV 139.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 119 134 219 0.46 0.39 0 0.14 231 0.58 0.66
Hex 77 86 DB 2E 27 0 E E7 3A 42
Octal 167 206 333 56 47 0 16 347 72 102
Binary 1110111 10000110 11011011 101110 100111 0 1110 11100111 111010 1000010

Color Harmonies of #7786DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7786DB

Black with #7786DB

Text Example


Text Example

White with #7786DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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