Html Css Color HEX #8689DF Portage

📋 copy color: '#8689DF'

red 134 ◦ green 137 ◦ blue 223

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

Shades of Portage #8689DF

Tints of Portage #8689DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 27.13%
G = 27.73%
B = 45.14%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8689DF (or 0x8689DF) is known color: Portage. HEX triplet: 86, 89 and DF. RGB value is (134,137,223). Sum of RGB (Red+Green+Blue) = 134+137+223=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #8689DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689DF is #797620. Grayscale: #919191. Windows color (decimal): -7960097 or 14649734. OLE color: 14649734.

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

Color convert

RGB 134 137 223 -
CMYK 0.40 0.39 0 0.13
HSL 237.98º 0.58% 0.7% -
HSV(B) 237.98º 0.4% 0.87% -
XYZ 32.1 28.29 73.58 -
YUV 145.91 171.51 119.51 -
System Red Green Blue C M Y K H S L
Decimal 134 137 223 0.40 0.39 0 0.13 237.98 0.58 0.7
Hex 86 89 DF 28 27 0 D EE 3A 46
Octal 206 211 337 50 47 0 15 356 72 106
Binary 10000110 10001001 11011111 101000 100111 0 1101 11101110 111010 1000110

Color Harmonies of #8689DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689DF

Black with #8689DF

Text Example


Text Example

White with #8689DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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