Html Css Color HEX #8689EC Portage

📋 copy color: '#8689EC'

red 134 ◦ green 137 ◦ blue 236

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

Shades of Portage #8689EC

Tints of Portage #8689EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 26.43%
G = 27.02%
B = 46.55%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8689EC (or 0x8689EC) is known color: Portage. HEX triplet: 86, 89 and EC. RGB value is (134,137,236). Sum of RGB (Red+Green+Blue) = 134+137+236=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #8689EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8689EC is #797613. Grayscale: #929292. Windows color (decimal): -7960084 or 15501702. OLE color: 15501702.

HSL color Cylindrical-coordinate representation of color #8689EC: hue angle of 238.24º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8689EC is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 137 236 -
CMYK 0.43 0.42 0 0.07
HSL 238.24º 0.73% 0.73% -
HSV(B) 238.24º 0.43% 0.93% -
XYZ 33.92 29.02 83.17 -
YUV 147.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 134 137 236 0.43 0.42 0 0.07 238.24 0.73 0.73
Hex 86 89 EC 2B 2A 0 7 EE 49 49
Octal 206 211 354 53 52 0 7 356 111 111
Binary 10000110 10001001 11101100 101011 101010 0 111 11101110 1001001 1001001

Color Harmonies of #8689EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689EC

Black with #8689EC

Text Example


Text Example

White with #8689EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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