Html Css Color HEX #8689EE Portage

📋 copy color: '#8689EE'

red 134 ◦ green 137 ◦ blue 238

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

Shades of Portage #8689EE

Tints of Portage #8689EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 26.33%
G = 26.92%
B = 46.76%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8689EE (or 0x8689EE) is known color: Portage. HEX triplet: 86, 89 and EE. RGB value is (134,137,238). Sum of RGB (Red+Green+Blue) = 134+137+238=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #8689EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8689EE is #797611. Grayscale: #939393. Windows color (decimal): -7960082 or 15632774. OLE color: 15632774.

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

Color convert

RGB 134 137 238 -
CMYK 0.44 0.42 0 0.07
HSL 238.27º 0.75% 0.73% -
HSV(B) 238.27º 0.44% 0.93% -
XYZ 34.21 29.13 84.71 -
YUV 147.62 179.01 118.29 -
System Red Green Blue C M Y K H S L
Decimal 134 137 238 0.44 0.42 0 0.07 238.27 0.75 0.73
Hex 86 89 EE 2C 2A 0 7 EE 4B 49
Octal 206 211 356 54 52 0 7 356 113 111
Binary 10000110 10001001 11101110 101100 101010 0 111 11101110 1001011 1001001

Color Harmonies of #8689EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689EE

Black with #8689EE

Text Example


Text Example

White with #8689EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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