Html Css Color HEX #8689DD Portage

📋 copy color: '#8689DD'

red 134 ◦ green 137 ◦ blue 221

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

Shades of Portage #8689DD

Tints of Portage #8689DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 27.24%
G = 27.85%
B = 44.92%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8689DD (or 0x8689DD) is known color: Portage. HEX triplet: 86, 89 and DD. RGB value is (134,137,221). Sum of RGB (Red+Green+Blue) = 134+137+221=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #8689DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689DD is #797622. Grayscale: #919191. Windows color (decimal): -7960099 or 14518662. OLE color: 14518662.

HSL color Cylindrical-coordinate representation of color #8689DD: hue angle of 237.93º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8689DD is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 137 221 -
CMYK 0.39 0.38 0 0.13
HSL 237.93º 0.56% 0.7% -
HSV(B) 237.93º 0.39% 0.87% -
XYZ 31.83 28.18 72.17 -
YUV 145.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 134 137 221 0.39 0.38 0 0.13 237.93 0.56 0.7
Hex 86 89 DD 27 26 0 D EE 38 46
Octal 206 211 335 47 46 0 15 356 70 106
Binary 10000110 10001001 11011101 100111 100110 0 1101 11101110 111000 1000110

Color Harmonies of #8689DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689DD

Black with #8689DD

Text Example


Text Example

White with #8689DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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