Html Css Color HEX #8688DB Portage

📋 copy color: '#8688DB'

red 134 ◦ green 136 ◦ blue 219

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

Shades of Portage #8688DB

Tints of Portage #8688DB

RGB

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

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

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

R = 27.4%
G = 27.81%
B = 44.79%

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

#8688DB (or 0x8688DB) is known color: Portage. HEX triplet: 86, 88 and DB. RGB value is (134,136,219). Sum of RGB (Red+Green+Blue) = 134+136+219=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #8688DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688DB is #797724. Grayscale: #909090. Windows color (decimal): -7960357 or 14387334. OLE color: 14387334.

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

Color convert

RGB 134 136 219 -
CMYK 0.39 0.38 0 0.14
HSL 238.59º 0.54% 0.69% -
HSV(B) 238.59º 0.39% 0.86% -
XYZ 31.42 27.79 70.73 -
YUV 144.86 169.84 120.25 -
System Red Green Blue C M Y K H S L
Decimal 134 136 219 0.39 0.38 0 0.14 238.59 0.54 0.69
Hex 86 88 DB 27 26 0 E EF 36 45
Octal 206 210 333 47 46 0 16 357 66 105
Binary 10000110 10001000 11011011 100111 100110 0 1110 11101111 110110 1000101

Color Harmonies of #8688DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8688DB

Black with #8688DB

Text Example


Text Example

White with #8688DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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