Html Css Color HEX #8689CE Portage

📋 copy color: '#8689CE'

red 134 ◦ green 137 ◦ blue 206

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

Shades of Portage #8689CE

Tints of Portage #8689CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 28.09%
G = 28.72%
B = 43.19%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8689CE (or 0x8689CE) is known color: Portage. HEX triplet: 86, 89 and CE. RGB value is (134,137,206). Sum of RGB (Red+Green+Blue) = 134+137+206=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #8689CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689CE is #797631. Grayscale: #8F8F8F. Windows color (decimal): -7960114 or 13535622. OLE color: 13535622.

HSL color Cylindrical-coordinate representation of color #8689CE: hue angle of 237.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8689CE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 137 206 -
CMYK 0.35 0.33 0 0.19
HSL 237.5º 0.42% 0.67% -
HSV(B) 237.5º 0.35% 0.81% -
XYZ 29.92 27.42 62.11 -
YUV 143.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 134 137 206 0.35 0.33 0 0.19 237.5 0.42 0.67
Hex 86 89 CE 23 21 0 13 EE 2A 43
Octal 206 211 316 43 41 0 23 356 52 103
Binary 10000110 10001001 11001110 100011 100001 0 10011 11101110 101010 1000011

Color Harmonies of #8689CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689CE

Black with #8689CE

Text Example


Text Example

White with #8689CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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