#8692F0

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

Shades of Portage #8692F0

Tints of Portage #8692F0

Color information

#8692F0 (or 0x8692F0) is unknown color: approx Portage. HEX triplet: 86, 92 and F0. RGB value is (134,146,240). Sum of RGB (Red+Green+Blue) = 134+146+240=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #8692F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8692F0 is #796D0F. Grayscale: #989898. Windows color (decimal): -7957776 or 15766150. OLE color: 15766150.

HSL color Cylindrical-coordinate representation of color #8692F0: hue angle of 233.21º 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 #8692F0 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134146240-
CMYK0.440.3900.06
HSL233.21º77.94%73.33%-
HSV(B)233.21º44.17%94.12%-
XYZ35.8431.9286.71-
YUV153.13177.02114.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.77%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 240 (94.14% from 255) = 46.15%
R=25.77%
G=28.08%
B=46.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341462400.440.3900.06233.2177.9473.33
Hex8692F02C2706e94e49
Octal206222360544706351116111
Binary10000110100100101111000010110010011101101110100110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8692F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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