#8690FB

Color #8690FB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8690FB

Tints of Portage #8690FB

Color information

#8690FB (or 0x8690FB) is unknown color: approx Portage. HEX triplet: 86, 90 and FB. RGB value is (134,144,251). Sum of RGB (Red+Green+Blue) = 134+144+251=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #8690FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8690FB is #796F04. Grayscale: #989898. Windows color (decimal): -7958277 or 16486534. OLE color: 16486534.

HSL color Cylindrical-coordinate representation of color #8690FB: hue angle of 234.87º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8690FB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134144251-
CMYK0.470.4300.02
HSL234.87º93.6%75.49%-
HSV(B)234.87º46.61%98.43%-
XYZ37.2231.9895.48-
YUV153.21183.19114.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.33%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=25.33%
G=27.22%
B=47.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341442510.470.4300.02234.8793.675.49
Hex8690FB2F2B02eb5e4b
Octal206220373575302353136113
Binary1000011010010000111110111011111010110101110101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8690FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8690FB; }

 p { color: rgb(134,144,251); }

 H1.HeaderClassName
 {
   color: #8690FB;
 }
 .AnyTagClassName
 {
   color: #8690FB;
 }
</style>
background-color css

<style>
 a { background-color: #8690FB; }

 a { background-color: rgb(134,144,251); }

 div.DivClassName
 {
   background-color: #8690FB;
 }
 .BgClassName
 {
   background-color: #8690FB;
 }
</style>
border-color css

<style>
 span { border-color: #8690FB; }

 span { border-color: rgb(134,144,251); }

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