Html Css Color HEX #8689DB Portage

📋 copy color: '#8689DB'

red 134 ◦ green 137 ◦ blue 219

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

Shades of Portage #8689DB

Tints of Portage #8689DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.96%

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

R = 27.35%
G = 27.96%
B = 44.69%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8689DB (or 0x8689DB) is known color: Portage. HEX triplet: 86, 89 and DB. RGB value is (134,137,219). Sum of RGB (Red+Green+Blue) = 134+137+219=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #8689DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689DB is #797624. Grayscale: #919191. Windows color (decimal): -7960101 or 14387590. OLE color: 14387590.

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

Color convert

RGB 134 137 219 -
CMYK 0.39 0.37 0 0.14
HSL 237.88º 0.54% 0.69% -
HSV(B) 237.88º 0.39% 0.86% -
XYZ 31.56 28.07 70.77 -
YUV 145.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 134 137 219 0.39 0.37 0 0.14 237.88 0.54 0.69
Hex 86 89 DB 27 25 0 E EE 36 45
Octal 206 211 333 47 45 0 16 356 66 105
Binary 10000110 10001001 11011011 100111 100101 0 1110 11101110 110110 1000101

Color Harmonies of #8689DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689DB

Black with #8689DB

Text Example


Text Example

White with #8689DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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