Html Css Color HEX #7687DC Portage

📋 copy color: '#7687DC'

red 118 ◦ green 135 ◦ blue 220

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

Shades of Portage #7687DC

Tints of Portage #7687DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.54%

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

R = 24.95%
G = 28.54%
B = 46.51%

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

#7687DC (or 0x7687DC) is known color: Portage. HEX triplet: 76, 87 and DC. RGB value is (118,135,220). Sum of RGB (Red+Green+Blue) = 118+135+220=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #7687DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7687DC is #897823. Grayscale: #8B8B8B. Windows color (decimal): -9009188 or 14452598. OLE color: 14452598.

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

Color convert

RGB 118 135 220 -
CMYK 0.46 0.39 0 0.14
HSL 230º 0.59% 0.66% -
HSV(B) 230º 0.46% 0.86% -
XYZ 29.05 26.35 71.26 -
YUV 139.61 173.37 112.59 -
System Red Green Blue C M Y K H S L
Decimal 118 135 220 0.46 0.39 0 0.14 230 0.59 0.66
Hex 76 87 DC 2E 27 0 E E6 3B 42
Octal 166 207 334 56 47 0 16 346 73 102
Binary 1110110 10000111 11011100 101110 100111 0 1110 11100110 111011 1000010

Color Harmonies of #7687DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7687DC

Black with #7687DC

Text Example


Text Example

White with #7687DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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