Html Css Color HEX #8689F0 Portage

📋 copy color: '#8689F0'

red 134 ◦ green 137 ◦ blue 240

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

Shades of Portage #8689F0

Tints of Portage #8689F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.97%

R = 26.22%
G = 26.81%
B = 46.97%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8689F0 (or 0x8689F0) is known color: Portage. HEX triplet: 86, 89 and F0. RGB value is (134,137,240). Sum of RGB (Red+Green+Blue) = 134+137+240=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #8689F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8689F0 is #79760F. Grayscale: #939393. Windows color (decimal): -7960080 or 15763846. OLE color: 15763846.

HSL color Cylindrical-coordinate representation of color #8689F0: hue angle of 238.3º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8689F0 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 137 240 -
CMYK 0.44 0.43 0 0.06
HSL 238.3º 0.78% 0.73% -
HSV(B) 238.3º 0.44% 0.94% -
XYZ 34.51 29.25 86.27 -
YUV 147.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 134 137 240 0.44 0.43 0 0.06 238.3 0.78 0.73
Hex 86 89 F0 2C 2B 0 6 EE 4E 49
Octal 206 211 360 54 53 0 6 356 116 111
Binary 10000110 10001001 11110000 101100 101011 0 110 11101110 1001110 1001001

Color Harmonies of #8689F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689F0

Black with #8689F0

Text Example


Text Example

White with #8689F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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