#8692F5

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

Shades of Portage #8692F5

Tints of Portage #8692F5

Color information

#8692F5 (or 0x8692F5) is unknown color: approx Portage. HEX triplet: 86, 92 and F5. RGB value is (134,146,245). Sum of RGB (Red+Green+Blue) = 134+146+245=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #8692F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8692F5 is #796D0A. Grayscale: #999999. Windows color (decimal): -7957771 or 16093830. OLE color: 16093830.

HSL color Cylindrical-coordinate representation of color #8692F5: hue angle of 233.51º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8692F5 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134146245-
CMYK0.450.4000.04
HSL233.51º84.73%74.31%-
HSV(B)233.51º45.31%96.08%-
XYZ36.5932.2290.68-
YUV153.7179.52113.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.52%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 245 (96.09% from 255) = 46.67%
R=25.52%
G=27.81%
B=46.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341462450.450.4000.04233.5184.7374.31
Hex8692F52D2804ea554a
Octal206222365555004352125112
Binary10000110100100101111010110110110100001001110101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8692F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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