Html Css Color HEX #7686DC Portage

📋 copy color: '#7686DC'

red 118 ◦ green 134 ◦ blue 220

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

Shades of Portage #7686DC

Tints of Portage #7686DC

RGB

 RED value IS 118 (46.48% from 255) = 25%

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 25%
G = 28.39%
B = 46.61%

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

#7686DC (or 0x7686DC) is known color: Portage. HEX triplet: 76, 86 and DC. RGB value is (118,134,220). Sum of RGB (Red+Green+Blue) = 118+134+220=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #7686DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686DC is #897923. Grayscale: #8A8A8A. Windows color (decimal): -9009444 or 14452342. OLE color: 14452342.

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

Color convert

RGB 118 134 220 -
CMYK 0.46 0.39 0 0.14
HSL 230.59º 0.59% 0.66% -
HSV(B) 230.59º 0.46% 0.86% -
XYZ 28.91 26.07 71.22 -
YUV 139.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 118 134 220 0.46 0.39 0 0.14 230.59 0.59 0.66
Hex 76 86 DC 2E 27 0 E E7 3B 42
Octal 166 206 334 56 47 0 16 347 73 102
Binary 1110110 10000110 11011100 101110 100111 0 1110 11100111 111011 1000010

Color Harmonies of #7686DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7686DC

Black with #7686DC

Text Example


Text Example

White with #7686DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7686DC; }

 p { color: rgb(118,134,220); }

 H1.HeaderClassName
 {
   color: #7686DC;
 }
 .AnyTagClassName
 {
   color: #7686DC;
 }
</style>

background-color css

<style>
 a { background-color: #7686DC; }

 a { background-color: rgb(118,134,220); }

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

border-color css

<style>
 span { border-color: #7686DC; }

 span { border-color: rgb(118,134,220); }

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