Html Css Color HEX #8688DC Portage

📋 copy color: '#8688DC'

red 134 ◦ green 136 ◦ blue 220

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

Shades of Portage #8688DC

Tints of Portage #8688DC

RGB

 RED value IS 134 (52.73% from 255) = 27.35%

 GREEN value IS 136 (53.52% from 255) = 27.76%

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

R = 27.35%
G = 27.76%
B = 44.9%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8688DC (or 0x8688DC) is known color: Portage. HEX triplet: 86, 88 and DC. RGB value is (134,136,220). Sum of RGB (Red+Green+Blue) = 134+136+220=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #8688DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688DC is #797723. Grayscale: #909090. Windows color (decimal): -7960356 or 14452870. OLE color: 14452870.

HSL color Cylindrical-coordinate representation of color #8688DC: hue angle of 238.6º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8688DC is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 136 220 -
CMYK 0.39 0.38 0 0.14
HSL 238.6º 0.55% 0.69% -
HSV(B) 238.6º 0.39% 0.86% -
XYZ 31.55 27.84 71.42 -
YUV 144.98 170.34 120.17 -
System Red Green Blue C M Y K H S L
Decimal 134 136 220 0.39 0.38 0 0.14 238.6 0.55 0.69
Hex 86 88 DC 27 26 0 E EF 37 45
Octal 206 210 334 47 46 0 16 357 67 105
Binary 10000110 10001000 11011100 100111 100110 0 1110 11101111 110111 1000101

Color Harmonies of #8688DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8688DC

Black with #8688DC

Text Example


Text Example

White with #8688DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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