Html Css Color HEX #8689DA Portage

📋 copy color: '#8689DA'

red 134 ◦ green 137 ◦ blue 218

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

Shades of Portage #8689DA

Tints of Portage #8689DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 27.4%
G = 28.02%
B = 44.58%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8689DA (or 0x8689DA) is known color: Portage. HEX triplet: 86, 89 and DA. RGB value is (134,137,218). Sum of RGB (Red+Green+Blue) = 134+137+218=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #8689DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689DA is #797625. Grayscale: #919191. Windows color (decimal): -7960102 or 14322054. OLE color: 14322054.

HSL color Cylindrical-coordinate representation of color #8689DA: hue angle of 237.86º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8689DA is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 137 218 -
CMYK 0.39 0.37 0 0.15
HSL 237.86º 0.53% 0.69% -
HSV(B) 237.86º 0.39% 0.85% -
XYZ 31.43 28.02 70.08 -
YUV 145.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 134 137 218 0.39 0.37 0 0.15 237.86 0.53 0.69
Hex 86 89 DA 27 25 0 F EE 35 45
Octal 206 211 332 47 45 0 17 356 65 105
Binary 10000110 10001001 11011010 100111 100101 0 1111 11101110 110101 1000101

Color Harmonies of #8689DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689DA

Black with #8689DA

Text Example


Text Example

White with #8689DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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