Html Css Color HEX #8688DD Portage

📋 copy color: '#8688DD'

red 134 ◦ green 136 ◦ blue 221

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

Shades of Portage #8688DD

Tints of Portage #8688DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 27.29%
G = 27.7%
B = 45.01%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8688DD (or 0x8688DD) is known color: Portage. HEX triplet: 86, 88 and DD. RGB value is (134,136,221). Sum of RGB (Red+Green+Blue) = 134+136+221=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8688DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688DD is #797722. Grayscale: #909090. Windows color (decimal): -7960355 or 14518406. OLE color: 14518406.

HSL color Cylindrical-coordinate representation of color #8688DD: hue angle of 238.62º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8688DD is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 136 221 -
CMYK 0.39 0.38 0 0.13
HSL 238.62º 0.56% 0.7% -
HSV(B) 238.62º 0.39% 0.87% -
XYZ 31.69 27.9 72.12 -
YUV 145.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 134 136 221 0.39 0.38 0 0.13 238.62 0.56 0.7
Hex 86 88 DD 27 26 0 D EF 38 46
Octal 206 210 335 47 46 0 15 357 70 106
Binary 10000110 10001000 11011101 100111 100110 0 1101 11101111 111000 1000110

Color Harmonies of #8688DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8688DD

Black with #8688DD

Text Example


Text Example

White with #8688DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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